summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-05-28 17:44:18 +0200
committerAnton Khirnov <anton@khirnov.net>2013-05-28 18:19:19 +0200
commit2d2d6a4883479403798f4ed46941d5b365823570 (patch)
tree8686e97707619a412f86f3a8eb73175bee165e22 /libavformat/allformats.c
parent88de0c7901ee2bd6021cf32def87ce98ce63155c (diff)
lavf: add a raw WavPack muxer.
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 6dbf9fda04..142d647a2c 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -247,7 +247,7 @@ void av_register_all(void)
REGISTER_DEMUXER (WSAUD, wsaud);
REGISTER_DEMUXER (WSVQA, wsvqa);
REGISTER_DEMUXER (WTV, wtv);
- REGISTER_DEMUXER (WV, wv);
+ REGISTER_MUXDEMUX(WV, wv);
REGISTER_DEMUXER (XA, xa);
REGISTER_DEMUXER (XMV, xmv);
REGISTER_DEMUXER (XWMA, xwma);