summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-06-16 00:42:13 +0300
committerMartin Storsjö <martin@martin.st>2012-06-18 22:00:35 +0300
commit3641b0489ce8517ae4ce75ea43c1445b6d1ad2f2 (patch)
treec27059ecbf8de8dccab3901bdbe93cfb42b44913 /libavcodec/allcodecs.c
parent46743a859ceb6b6bf4f0b1cbe26e5b311ed9eef4 (diff)
Add support for iLBC decoding/encoding via the external library libilbc
The library is 3-clause BSD licensed. Signed-off-by: Martin Storsjö <martin@martin.st>
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 01d13d5348..a9d85e694f 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -379,6 +379,7 @@ void avcodec_register_all(void)
REGISTER_ENCODER (LIBFAAC, libfaac);
REGISTER_ENCDEC (LIBGSM, libgsm);
REGISTER_ENCDEC (LIBGSM_MS, libgsm_ms);
+ REGISTER_ENCDEC (LIBILBC, libilbc);
REGISTER_ENCODER (LIBMP3LAME, libmp3lame);
REGISTER_ENCDEC (LIBOPENCORE_AMRNB, libopencore_amrnb);
REGISTER_DECODER (LIBOPENCORE_AMRWB, libopencore_amrwb);