mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-25 00:10:00 +01:00
avcodec: add ClearVideo decoder
Only I-frames are decoded for now. Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
committed by
Paul B Mahol
parent
2b8151c806
commit
a63496cc88
@@ -450,6 +450,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
|
||||
{ AV_CODEC_ID_SPEEDHQ, MKTAG('S', 'H', 'Q', '9') },
|
||||
{ AV_CODEC_ID_FMVC, MKTAG('F', 'M', 'V', 'C') },
|
||||
{ AV_CODEC_ID_SCPR, MKTAG('S', 'C', 'P', 'R') },
|
||||
{ AV_CODEC_ID_CLEARVIDEO, MKTAG('U', 'C', 'O', 'D') },
|
||||
|
||||
{ AV_CODEC_ID_NONE, 0 }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user