diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2008-01-31 22:30:55 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2008-01-31 22:30:55 +0000 |
commit | 2331e31c233b1b9ce6d626827342ffd70039c619 (patch) | |
tree | 5e3ced495736b19a7849f1ad43a508a1766598c1 /libavformat/oggdec.c | |
parent | b8fe8ab0620c50aa58da7e609484b85f666cc9a4 (diff) | |
download | ffmpeg-2331e31c233b1b9ce6d626827342ffd70039c619.tar.gz |
Add support for ogg text subtitles.
Originally committed as revision 11698 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/oggdec.c')
-rw-r--r-- | libavformat/oggdec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/oggdec.c b/libavformat/oggdec.c index 8e901379e5..5b67291c63 100644 --- a/libavformat/oggdec.c +++ b/libavformat/oggdec.c @@ -44,6 +44,7 @@ static ogg_codec_t *ogg_codecs[] = { &old_flac_codec, &ogm_video_codec, &ogm_audio_codec, + &ogm_text_codec, &ogm_old_codec, NULL }; |