Mercurial > libavformat.hg
diff isom.h @ 2969:f3a3115a96e4 libavformat
Set correct codec type and id for text subtitles.
fixes http://samples.mplayerhq.hu/mov/subtitles-embedded/subtitlemovie.mov
closes issue341
| author | michael |
|---|---|
| date | Sat, 26 Jan 2008 20:30:03 +0000 |
| parents | a6d6b2b19341 |
| children | 1b6245500d8c |
line wrap: on
line diff
--- a/isom.h Sat Jan 26 20:07:57 2008 +0000 +++ b/isom.h Sat Jan 26 20:30:03 2008 +0000 @@ -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);
