summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2007-11-07 05:35:46 +0000
committerKostya Shishkov <kostya.shishkov@gmail.com>2007-11-07 05:35:46 +0000
commit12877faf7c3af83d60dc185cf78f0ee5a3c0f67d (patch)
treed367af51d377bf18d3fd4fdf67f022d1b59dd8c9 /libavformat/allformats.c
parentc0a8500015890af5478f11e130a35587e8eee731 (diff)
Musepack SV8 demuxer and decoder
Originally committed as revision 10938 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 27aa253d63..eab29f460b 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -104,6 +104,7 @@ void av_register_all(void)
REGISTER_MUXDEMUX (MP3, mp3);
REGISTER_MUXER (MP4, mp4);
REGISTER_DEMUXER (MPC, mpc);
+ REGISTER_DEMUXER (MPC8, mpc8);
REGISTER_MUXER (MPEG1SYSTEM, mpeg1system);
REGISTER_MUXER (MPEG1VCD, mpeg1vcd);
REGISTER_MUXER (MPEG1VIDEO, mpeg1video);