diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2007-11-07 05:35:46 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2007-11-07 05:35:46 +0000 |
commit | 12877faf7c3af83d60dc185cf78f0ee5a3c0f67d (patch) | |
tree | d367af51d377bf18d3fd4fdf67f022d1b59dd8c9 /libavformat/allformats.c | |
parent | c0a8500015890af5478f11e130a35587e8eee731 (diff) | |
download | ffmpeg-12877faf7c3af83d60dc185cf78f0ee5a3c0f67d.tar.gz |
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.c | 1 |
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); |