diff ogg2.c @ 756:677bad57fca2 libavformat

flac in ogg support based on patch by Matthieu Castet <castet dot matthieu at free dot fr>
author mru
date Wed, 11 May 2005 22:47:26 +0000
parents 27449ee55201
children cdb845a57ae4
line wrap: on
line diff
--- a/ogg2.c	Wed May 11 16:38:34 2005 +0000
+++ b/ogg2.c	Wed May 11 22:47:26 2005 +0000
@@ -40,6 +40,7 @@
 static ogg_codec_t *ogg_codecs[] = {
     &vorbis_codec,
     &theora_codec,
+    &flac_codec,
     NULL
 };