add XMV demuxer

Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
Sven Hesse
2011-08-16 21:26:45 +02:00
committed by Diego Biurrun
parent a43b1e74e2
commit c6c6c1aaa6
6 changed files with 582 additions and 1 deletions

View File

@@ -225,6 +225,7 @@ void av_register_all(void)
REGISTER_DEMUXER (WTV, wtv);
REGISTER_DEMUXER (WV, wv);
REGISTER_DEMUXER (XA, xa);
REGISTER_DEMUXER (XMV, xmv);
REGISTER_DEMUXER (XWMA, xwma);
REGISTER_DEMUXER (YOP, yop);
REGISTER_MUXDEMUX (YUV4MPEGPIPE, yuv4mpegpipe);