aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2007-09-27 06:21:57 +0000
committerVitor Sessak <vitor1001@gmail.com>2007-09-27 06:21:57 +0000
commit3a7f5d072a7786c841d7c357c3ed97173736752f (patch)
tree87d743bd69b8cad955703972f5751e7a8e08109b /libavcodec/allcodecs.c
parent815d96a65d078a8c9a629eb1f38ebf7a04d88063 (diff)
downloadffmpeg-3a7f5d072a7786c841d7c357c3ed97173736752f.tar.gz
AMV audio decoder
Originally committed as revision 10598 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 6c6ad3be09..bd566a51fa 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -246,6 +246,7 @@ void avcodec_register_all(void)
REGISTER_ENCDEC (ADPCM_CT, adpcm_ct);
REGISTER_ENCDEC (ADPCM_EA, adpcm_ea);
REGISTER_ENCDEC (ADPCM_G726, adpcm_g726);
+ REGISTER_DECODER (ADPCM_IMA_AMV, adpcm_ima_amv);
REGISTER_ENCDEC (ADPCM_IMA_DK3, adpcm_ima_dk3);
REGISTER_ENCDEC (ADPCM_IMA_DK4, adpcm_ima_dk4);
REGISTER_ENCDEC (ADPCM_IMA_QT, adpcm_ima_qt);