diff options
author | Michael Niedermayer | 2008-01-26 20:30:03 +0000 |
---|---|---|
committer | Michael Niedermayer | 2008-01-26 20:30:03 +0000 |
commit | 1e3c9307e628063811a9c8a0417854a6f73f8252 (patch) | |
tree | 5b093f42ee7b411f0739ed7ccfe25f1fa82142f4 /libavformat/isom.h | |
parent | 41e19673ef73c9ee7907bc8bfaffbb69c54eb9c1 (diff) |
Set correct codec type and id for text subtitles.
fixes http://samples.mplayerhq.hu/mov/subtitles-embedded/subtitlemovie.mov
closes issue341
Originally committed as revision 11624 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/isom.h')
-rw-r--r-- | libavformat/isom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/isom.h b/libavformat/isom.h index 5370241288..7a66ce5240 100644 --- a/libavformat/isom.h +++ b/libavformat/isom.h @@ -30,6 +30,7 @@ extern const AVCodecTag ff_mp4_obj_type[]; extern const AVCodecTag codec_movvideo_tags[]; extern const AVCodecTag codec_movaudio_tags[]; +extern const AVCodecTag ff_codec_movsubtitle_tags[]; int ff_mov_iso639_to_lang(const char *lang, int mp4); int ff_mov_lang_to_iso639(int code, char *to); |