diff oggdec.c @ 2994:35b3eaafd9fe libavformat

Add support for ogg text subtitles.
author reimar
date Thu, 31 Jan 2008 22:30:55 +0000
parents a41a1ec2213c
children 61ea9e6ee162
line wrap: on
line diff
--- a/oggdec.c	Thu Jan 31 13:40:53 2008 +0000
+++ b/oggdec.c	Thu Jan 31 22:30:55 2008 +0000
@@ -44,6 +44,7 @@
     &old_flac_codec,
     &ogm_video_codec,
     &ogm_audio_codec,
+    &ogm_text_codec,
     &ogm_old_codec,
     NULL
 };