aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2011-04-16 17:45:30 +0200
committerNicolas George <nicolas.george@normalesup.org>2011-04-20 10:46:30 +0200
commit89451dd6e4da40ed73b8bbee2d48d8d8be1d5b0c (patch)
tree02ca54e1a72f8a1b8a689812295916d0a60c09fe /libavcodec/allcodecs.c
parentddb00ad1d8aba9cdd9ae4b3156512c3f22e2c5a3 (diff)
downloadffmpeg-89451dd6e4da40ed73b8bbee2d48d8d8be1d5b0c.tar.gz
Xiph CELT/Opus decoder using libcelt.
Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
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 56fa6280a2..eade67fb7a 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -365,6 +365,7 @@ void avcodec_register_all(void)
REGISTER_ENCDEC (XSUB, xsub);
/* external libraries */
+ REGISTER_DECODER (LIBCELT, libcelt);
REGISTER_ENCDEC (LIBDIRAC, libdirac);
REGISTER_ENCODER (LIBFAAC, libfaac);
REGISTER_ENCDEC (LIBGSM, libgsm);