summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2005-05-17 19:02:43 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-05-17 19:02:43 +0000
commit0bde73d907dbe684e01bafc979bf4a04ddeace1d (patch)
tree8dd3d756524d217cee36e8ab18d59a52b1b94fcc /libavcodec/avcodec.h
parent5773a746695f445805291d3aa74fa82e948825f2 (diff)
Vorbis decoder by (Balatoni Denes | dbalatoni programozo hu)
Originally committed as revision 4261 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index f849f6b562..45de845c73 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -2018,6 +2018,7 @@ extern AVCodec aasc_decoder;
extern AVCodec alac_decoder;
extern AVCodec ws_snd1_decoder;
extern AVCodec indeo2_decoder;
+extern AVCodec vorbis_decoder;
/* pcm codecs */
#define PCM_CODEC(id, name) \