summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2010-02-21 18:01:56 +0000
committerVitor Sessak <vitor1001@gmail.com>2010-02-21 18:01:56 +0000
commit4fe3edaadf028b0a5b7debc5f556037b0ef9bdff (patch)
treefcef97aff377c16c4ba27f3f31ce6f7395dafaf3 /libavcodec/allcodecs.c
parentf1b267ddf7ca1b84abf7bdc97b736715d23fd89f (diff)
AMR-NB floating-point based decoder.
Code produced during SoC by Robert Swain and Colin McQuillan. Originally committed as revision 21943 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 b9e819d7d4..f0a93a2fdf 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -214,6 +214,7 @@ void avcodec_register_all(void)
REGISTER_ENCDEC (AC3, ac3);
REGISTER_ENCDEC (ALAC, alac);
REGISTER_DECODER (ALS, als);
+ REGISTER_DECODER (AMRNB, amrnb);
REGISTER_DECODER (APE, ape);
REGISTER_DECODER (ATRAC1, atrac1);
REGISTER_DECODER (ATRAC3, atrac3);