diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2007-03-03 14:55:11 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2007-03-03 14:55:11 +0000 |
commit | 1e5f5e3b7a9e791742dc32a5d6867092b5d260de (patch) | |
tree | 00a196026865506d8f247f0448bebf2fc906c970 /libavformat/isom.h | |
parent | 25f5f17fbd45a8a2f9a91e70c7307769b6d17aef (diff) | |
download | ffmpeg-1e5f5e3b7a9e791742dc32a5d6867092b5d260de.tar.gz |
use common tables for mov muxer and demuxer
Originally committed as revision 8205 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/isom.h')
-rw-r--r-- | libavformat/isom.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/isom.h b/libavformat/isom.h index ea2fc4b6b0..159f9c5e61 100644 --- a/libavformat/isom.h +++ b/libavformat/isom.h @@ -26,6 +26,8 @@ /* isom.c */ extern const AVCodecTag ff_mov_obj_type[]; +extern const AVCodecTag codec_movvideo_tags[]; +extern const AVCodecTag codec_movaudio_tags[]; int ff_mov_iso639_to_lang(const char *lang, int mp4); int ff_mov_lang_to_iso639(int code, char *to); |