diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2006-09-26 03:41:51 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2006-09-26 03:41:51 +0000 |
commit | 730581f3b4f55413368693f0c077c8177d070102 (patch) | |
tree | d45ebcd3abec063a1b07bd0e6acde2faa2e38fbb /libavcodec/avcodec.h | |
parent | 1a174c28310e5f5ba07583b216e596701f952ea4 (diff) | |
download | ffmpeg-730581f3b4f55413368693f0c077c8177d070102.tar.gz |
WavPack lossless audio decoder
Originally committed as revision 6336 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index c1fbc38aa0..184be3385a 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -224,6 +224,7 @@ enum CodecID { CODEC_ID_TTA, CODEC_ID_SMACKAUDIO, CODEC_ID_QCELP, + CODEC_ID_WAVPACK, /* subtitle codecs */ CODEC_ID_DVD_SUBTITLE= 0x17000, @@ -2285,6 +2286,7 @@ extern AVCodec kmvc_decoder; extern AVCodec flashsv_decoder; extern AVCodec cavs_decoder; extern AVCodec vmnc_decoder; +extern AVCodec wavpack_decoder; /* pcm codecs */ #define PCM_CODEC(id, name) \ |