summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorjoca@rixmail.se <joca@rixmail.se>2003-05-14 11:40:16 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-05-14 11:40:16 +0000
commit891f64b33972bb35f64d0b7ae0928004ff278f5b (patch)
treeb60d7b79b58c97259c991b10e6fec7b43eac34c7 /libavcodec/allcodecs.c
parent17fb5fd34e96ce472019d4f2b8d798bbd885a24b (diff)
AMR-NB audio support patch by (<joca at rixmail dot se>)
Originally committed as revision 1876 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index 52c1ac7656..34fa848c99 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -108,6 +108,9 @@ void avcodec_register_all(void)
#endif
#endif /* CONFIG_DECODERS */
+#ifdef AMR_NB
+ register_avcodec(&amr_nb_decoder);
+#endif /* AMR_NB */
/* pcm codecs */
#define PCM_CODEC(id, name) \