summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.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 /libavcodec/allcodecs.c
parent1a174c28310e5f5ba07583b216e596701f952ea4 (diff)
WavPack lossless audio decoder
Originally committed as revision 6336 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index ced3b7a0f1..3385092ca9 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -540,6 +540,9 @@ void avcodec_register_all(void)
#ifdef CONFIG_VMNC_DECODER
register_avcodec(&vmnc_decoder);
#endif //CONFIG_VMNC_DECODER
+#ifdef CONFIG_WAVPACK_DECODER
+ register_avcodec(&wavpack_decoder);
+#endif //CONFIG_WAVPACK_DECODER
#endif /* CONFIG_DECODERS */
#if defined(CONFIG_AMR_NB) || defined(CONFIG_AMR_NB_FIXED)