aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/ogg2.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-08-12 09:29:39 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-08-12 09:29:39 +0000
commit880e3ef41311c036892e4e0688e58418505886a3 (patch)
tree0e10d0990443a6fcca95293408b6d42ba5e84466 /libavformat/ogg2.h
parent4e68cb8ac7fbd445a66976501ae13f8732b222ef (diff)
downloadffmpeg-880e3ef41311c036892e4e0688e58418505886a3.tar.gz
add support for old flac in ogg
fixes samples.mplayerhq.hu/flac/Yesterday.ogg closes issue73 Originally committed as revision 10088 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/ogg2.h')
-rw-r--r--libavformat/ogg2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/ogg2.h b/libavformat/ogg2.h
index 6b7c6b22ec..1230787825 100644
--- a/libavformat/ogg2.h
+++ b/libavformat/ogg2.h
@@ -77,6 +77,7 @@ typedef struct ogg {
extern ogg_codec_t vorbis_codec;
extern ogg_codec_t theora_codec;
extern ogg_codec_t flac_codec;
+extern ogg_codec_t old_flac_codec;
extern ogg_codec_t ogm_video_codec;
extern ogg_codec_t ogm_audio_codec;
extern ogg_codec_t ogm_old_codec;