summaryrefslogtreecommitdiff
path: root/libavformat/ogg2.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-05-11 23:07:22 +0000
committerMåns Rullgård <mans@mansr.com>2006-05-11 23:07:22 +0000
commite1203ac0985e592fac2094f8baf85f46b399ef2b (patch)
tree1cbac366a7d656ca0bac18d440dcbb8a6ab40b1c /libavformat/ogg2.c
parent08706ab9a2430675c6a0d1cce239ff88b64df2ee (diff)
ogm demuxing
Originally committed as revision 5365 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/ogg2.c')
-rw-r--r--libavformat/ogg2.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/ogg2.c b/libavformat/ogg2.c
index c73ce2343e..7daf560641 100644
--- a/libavformat/ogg2.c
+++ b/libavformat/ogg2.c
@@ -41,6 +41,9 @@ static ogg_codec_t *ogg_codecs[] = {
&vorbis_codec,
&theora_codec,
&flac_codec,
+ &ogm_video_codec,
+ &ogm_audio_codec,
+ &ogm_old_codec,
NULL
};