diff options
author | Baptiste Coudurier <baptiste.coudurier@smartjog.com> | 2006-02-11 18:27:57 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2006-02-11 18:27:57 +0000 |
commit | e60b4ced1fe43a270ef425ed4966cb1a77162322 (patch) | |
tree | a675aeb2ebb6e479752f1795c01c1c0b994d44a3 /libavformat/mov.h | |
parent | f29f3b5d9ff5cc3b70dac295c9589577ce1a41c7 (diff) | |
download | ffmpeg-e60b4ced1fe43a270ef425ed4966cb1a77162322.tar.gz |
mp4 codecs objecttype handling patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com)
Originally committed as revision 4982 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mov.h')
-rw-r--r-- | libavformat/mov.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libavformat/mov.h b/libavformat/mov.h new file mode 100644 index 0000000000..d42368210c --- /dev/null +++ b/libavformat/mov.h @@ -0,0 +1,7 @@ +#ifndef FFMPEG_MOV_H +#define FFMPEG_MOV_H + +/* mov.c */ +extern const CodecTag ff_mov_obj_type[]; + +#endif /* FFMPEG_MOV_H */ |