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.h | |
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.h')
-rw-r--r-- | libavformat/ogg2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/ogg2.h b/libavformat/ogg2.h index 416a504274..9c360de1e2 100644 --- a/libavformat/ogg2.h +++ b/libavformat/ogg2.h @@ -75,11 +75,11 @@ typedef struct ogg { extern ogg_codec_t vorbis_codec; extern ogg_codec_t theora_codec; +extern ogg_codec_t flac_codec; #if 0 extern ogg_codec_t ogm_video_codec; extern ogg_codec_t ogm_audio_codec; extern ogg_codec_t ogm_old_codec; -extern ogg_codec_t flac_codec; #endif extern int vorbis_comment(AVFormatContext *ms, char *buf, int size); |