[STABLE] MP4 boxes finished, started on the interface, big part of the constructor and destructer are finished

This commit is contained in:
Erik Zandvliet 2011-01-22 21:47:50 +01:00
parent c633734d07
commit 86fd8c59e8
7 changed files with 153 additions and 18 deletions

23
MP4/box_includes.h Normal file
View file

@ -0,0 +1,23 @@
#include "box_avcC.h"
#include "box_dinf.h"
#include "box_dref.h"
#include "box_esds.h"
#include "box_ftyp.h"
#include "box_hdlr.h"
#include "box_hmhd.h"
#include "box_mdhd.h"
#include "box_mdia.h"
#include "box_minf.h"
#include "box_moov.h"
#include "box_mvhd.h"
#include "box_nmhd.h"
#include "box_smhd.h"
#include "box_stbl.h"
#include "box_stco.h"
#include "box_stsc.h"
#include "box_stsd.h"
#include "box_stts.h"
#include "box_tkhd.h"
#include "box_trak.h"
#include "box_url.h"
#include "box_vmhd.h"