diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2006-12-24 04:51:43 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2006-12-24 04:51:43 +0000 |
commit | 185c7b6b2663ca22b5ae85e51b6ff5deacf5c038 (patch) | |
tree | 1f5550581c04ecfaff75909d37a362d60e925eac /libavformat/allformats.c | |
parent | f8aa696f9fde35ea7d5a42ef3fb65a5771fe02cc (diff) | |
download | ffmpeg-185c7b6b2663ca22b5ae85e51b6ff5deacf5c038.tar.gz |
Musepack SV7 decoding support
Originally committed as revision 7375 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 042c6982ba..06479d58bc 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -100,6 +100,7 @@ void av_register_all(void) REGISTER_MUXER (MP2, mp2); REGISTER_MUXDEMUX(MP3, mp3); REGISTER_MUXER (MP4, mp4); + REGISTER_DEMUXER (MPC, mpc); REGISTER_MUXER (MPEG1SYSTEM, mpeg1system); REGISTER_MUXER (MPEG1VCD, mpeg1vcd); REGISTER_MUXER (MPEG1VIDEO, mpeg1video); |