diff ogg2.c @ 1076:a1c07ce3943c libavformat

ogm demuxing
author mru
date Thu, 11 May 2006 23:07:22 +0000
parents d70e50f1495f
children 91677ac6fb19
line wrap: on
line diff
--- a/ogg2.c	Thu May 11 21:29:37 2006 +0000
+++ b/ogg2.c	Thu May 11 23:07:22 2006 +0000
@@ -41,6 +41,9 @@
     &vorbis_codec,
     &theora_codec,
     &flac_codec,
+    &ogm_video_codec,
+    &ogm_audio_codec,
+    &ogm_old_codec,
     NULL
 };