summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2006-12-24 04:51:43 +0000
committerKostya Shishkov <kostya.shishkov@gmail.com>2006-12-24 04:51:43 +0000
commit185c7b6b2663ca22b5ae85e51b6ff5deacf5c038 (patch)
tree1f5550581c04ecfaff75909d37a362d60e925eac /libavcodec/allcodecs.c
parentf8aa696f9fde35ea7d5a42ef3fb65a5771fe02cc (diff)
Musepack SV7 decoding support
Originally committed as revision 7375 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index 7bfa2d4970..c5831d2a2a 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -197,6 +197,7 @@ void avcodec_register_all(void)
REGISTER_ENCODER(MP3LAME, mp3lame);
#endif
REGISTER_DECODER(MP3ON4, mp3on4);
+ REGISTER_DECODER(MPC7, mpc7);
#ifdef CONFIG_LIBVORBIS
if (!ENABLE_VORBIS_ENCODER) REGISTER_ENCODER(OGGVORBIS, oggvorbis);
if (!ENABLE_VORBIS_DECODER) REGISTER_DECODER(OGGVORBIS, oggvorbis);