summaryrefslogtreecommitdiffstats
path: root/libavformat/ogg2.h
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.h
parent160147ccfcdea5951651d2648290da29c47118a5 (diff)
downloadffmpeg-streaming-bcfc40aed408e5016dfb9dd009bbbac661a9e197.zip
ffmpeg-streaming-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/ogg2.h b/libavformat/ogg2.h
index 416a504..9c360de 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);
OpenPOWER on IntegriCloud