diff options
author | Måns Rullgård <mans@mansr.com> | 2006-05-11 23:07:22 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-05-11 23:07:22 +0000 |
commit | e1203ac0985e592fac2094f8baf85f46b399ef2b (patch) | |
tree | 1cbac366a7d656ca0bac18d440dcbb8a6ab40b1c /libavformat/ogg2.c | |
parent | 08706ab9a2430675c6a0d1cce239ff88b64df2ee (diff) | |
download | ffmpeg-e1203ac0985e592fac2094f8baf85f46b399ef2b.tar.gz |
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.c | 3 |
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 }; |