diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2006-08-01 14:58:15 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2006-08-01 14:58:15 +0000 |
commit | e40ee6a268df9545f8c00fec4400a6850723bfe8 (patch) | |
tree | deb9b8b3ef501d8490401315a7fa1230d23c8b62 /libavformat/movenc.c | |
parent | 986c2ccb198135c59341751a1ae554065df5e363 (diff) | |
download | ffmpeg-e40ee6a268df9545f8c00fec4400a6850723bfe8.tar.gz |
move common code from mov.c and movenc.c to isom.c
Originally committed as revision 5882 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/movenc.c')
-rw-r--r-- | libavformat/movenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/movenc.c b/libavformat/movenc.c index 37c118c3d9..de9b4a5f25 100644 --- a/libavformat/movenc.c +++ b/libavformat/movenc.c @@ -20,7 +20,7 @@ #include "avformat.h" #include "riff.h" #include "avio.h" -#include "mov.h" +#include "isom.h" #undef NDEBUG #include <assert.h> |