mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-14 19:10:09 +01:00
Add ClearVideo decoder
Only I-frames are decoded for now. Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
committed by
Diego Biurrun
parent
c55f2ae2b8
commit
189157c3fc
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user