Mercurial > libavformat.hg
diff nutdec.c @ 3112:88e032ac11e7 libavformat
Subtitle support. (untested)
| author | michael |
|---|---|
| date | Wed, 05 Mar 2008 13:06:49 +0000 |
| parents | fca018d1bbce |
| children | ea5623a8efde |
line wrap: on
line diff
--- a/nutdec.c Wed Mar 05 12:06:57 2008 +0000 +++ b/nutdec.c Wed Mar 05 13:06:49 2008 +0000 @@ -322,7 +322,7 @@ break; case 2: st->codec->codec_type = CODEC_TYPE_SUBTITLE; -// st->codec->codec_id = codec_get_id(codec_wav_tags, tmp); FIXME + st->codec->codec_id = codec_get_id(ff_nut_subtitle_tags, tmp); break; case 3: st->codec->codec_type = CODEC_TYPE_DATA;
