diff 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
line wrap: on
line diff
--- a/movenc.c	Tue Aug 01 13:43:24 2006 +0000
+++ b/movenc.c	Tue Aug 01 14:58:15 2006 +0000
@@ -20,7 +20,7 @@
 #include "avformat.h"
 #include "riff.h"
 #include "avio.h"
-#include "mov.h"
+#include "isom.h"
 
 #undef NDEBUG
 #include <assert.h>