Mercurial > libavformat.hg
comparison movenc.c @ 1216:fec0a3d5408f libavformat
move common code from mov.c and movenc.c to isom.c
author | bcoudurier |
---|---|
date | Tue, 01 Aug 2006 14:58:15 +0000 |
parents | 6a5e58d2114b |
children | 765ab959c70d |
comparison
equal
deleted
inserted
replaced
1215:eee822269f39 | 1216:fec0a3d5408f |
---|---|
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
19 */ | 19 */ |
20 #include "avformat.h" | 20 #include "avformat.h" |
21 #include "riff.h" | 21 #include "riff.h" |
22 #include "avio.h" | 22 #include "avio.h" |
23 #include "mov.h" | 23 #include "isom.h" |
24 | 24 |
25 #undef NDEBUG | 25 #undef NDEBUG |
26 #include <assert.h> | 26 #include <assert.h> |
27 | 27 |
28 #define MOV_INDEX_CLUSTER_SIZE 16384 | 28 #define MOV_INDEX_CLUSTER_SIZE 16384 |