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 /libavformat/allformats.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 'libavformat/allformats.h')
-rw-r--r-- | libavformat/allformats.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.h b/libavformat/allformats.h index d1560dcea6..c2de14e76d 100644 --- a/libavformat/allformats.h +++ b/libavformat/allformats.h @@ -155,6 +155,7 @@ extern AVOutputFormat wav_muxer; extern AVInputFormat wc3_demuxer; extern AVInputFormat wsaud_demuxer; extern AVInputFormat wsvqa_demuxer; +extern AVInputFormat wv_demuxer; extern AVOutputFormat yuv4mpegpipe_muxer; extern AVInputFormat yuv4mpegpipe_demuxer; |