summaryrefslogtreecommitdiff
path: root/libavformat/ogg2.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2005-05-11 22:47:26 +0000
committerMåns Rullgård <mans@mansr.com>2005-05-11 22:47:26 +0000
commitbcfc40aed408e5016dfb9dd009bbbac661a9e197 (patch)
tree55df952514c65034cfb68c2acca599040f7a4936 /libavformat/ogg2.c
parent160147ccfcdea5951651d2648290da29c47118a5 (diff)
flac in ogg support
based on patch by Matthieu Castet <castet dot matthieu at free dot fr> Originally committed as revision 4220 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/ogg2.c')
-rw-r--r--libavformat/ogg2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/ogg2.c b/libavformat/ogg2.c
index f2f94aa7a3..05147f89fb 100644
--- a/libavformat/ogg2.c
+++ b/libavformat/ogg2.c
@@ -40,6 +40,7 @@
static ogg_codec_t *ogg_codecs[] = {
&vorbis_codec,
&theora_codec,
+ &flac_codec,
NULL
};