From 1e5f5e3b7a9e791742dc32a5d6867092b5d260de Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Sat, 3 Mar 2007 14:55:11 +0000 Subject: use common tables for mov muxer and demuxer Originally committed as revision 8205 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/isom.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavformat/isom.h') 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); -- cgit v1.2.3