diff options
author | Måns Rullgård <mans@mansr.com> | 2005-05-11 22:47:26 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2005-05-11 22:47:26 +0000 |
commit | bcfc40aed408e5016dfb9dd009bbbac661a9e197 (patch) | |
tree | 55df952514c65034cfb68c2acca599040f7a4936 /libavformat/ogg2.c | |
parent | 160147ccfcdea5951651d2648290da29c47118a5 (diff) | |
download | ffmpeg-bcfc40aed408e5016dfb9dd009bbbac661a9e197.tar.gz |
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.c | 1 |
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 }; |