summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorMax Horn <max@quendi.de>2011-04-12 13:59:39 +0200
committerLuca Barbato <lu_zero@gentoo.org>2011-04-14 13:55:30 +0200
commitad4c50347a46a67807925245e730f738cb4d6562 (patch)
tree3b335f86a505c2252c2de58d33867608068c184b /libavformat/allformats.c
parent0a962e61e956addb7cdc829e41b82fd76bea55db (diff)
add xWMA demuxer
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 9398d34be3..931947d60a 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -225,6 +225,7 @@ void av_register_all(void)
REGISTER_DEMUXER (WTV, wtv);
REGISTER_DEMUXER (WV, wv);
REGISTER_DEMUXER (XA, xa);
+ REGISTER_DEMUXER (XWMA, xwma);
REGISTER_DEMUXER (YOP, yop);
REGISTER_MUXDEMUX (YUV4MPEGPIPE, yuv4mpegpipe);