summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2017-03-02 11:21:48 +0100
committerDiego Biurrun <diego@biurrun.de>2017-04-25 15:39:10 +0200
commit189157c3fc8eeb691e3684b09d971eb5ddb47d5b (patch)
tree704655cb4e3cb2d2bbe1cea0e2c2ded9b48bea6e /libavcodec/allcodecs.c
parentc55f2ae2b8d4de473f945aebd6a7a89b6b83e87a (diff)
Add ClearVideo decoder
Only I-frames are decoded for now. Signed-off-by: Diego Biurrun <diego@biurrun.de>
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 20b3b35b90..dc9a961440 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -129,6 +129,7 @@ void avcodec_register_all(void)
REGISTER_DECODER(CDXL, cdxl);
REGISTER_DECODER(CFHD, cfhd);
REGISTER_DECODER(CINEPAK, cinepak);
+ REGISTER_DECODER(CLEARVIDEO, clearvideo);
REGISTER_ENCDEC (CLJR, cljr);
REGISTER_DECODER(CLLC, cllc);
REGISTER_ENCDEC (COMFORTNOISE, comfortnoise);