summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2006-09-26 03:41:51 +0000
committerKostya Shishkov <kostya.shishkov@gmail.com>2006-09-26 03:41:51 +0000
commit730581f3b4f55413368693f0c077c8177d070102 (patch)
treed45ebcd3abec063a1b07bd0e6acde2faa2e38fbb /libavformat/allformats.c
parent1a174c28310e5f5ba07583b216e596701f952ea4 (diff)
WavPack lossless audio decoder
Originally committed as revision 6336 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 2cb66ffa98..739bd3025b 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -461,6 +461,9 @@ void av_register_all(void)
#ifdef CONFIG_WSVQA_DEMUXER
av_register_input_format(&wsvqa_demuxer);
#endif
+#ifdef CONFIG_WV_DEMUXER
+ av_register_input_format(&wv_demuxer);
+#endif
#ifdef CONFIG_YUV4MPEGPIPE_MUXER
av_register_output_format(&yuv4mpegpipe_muxer);
#endif