mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-05 21:55:37 +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
@@ -43,5 +43,6 @@ const AVCodecTag ff_rm_codec_tags[] = {
|
||||
{ AV_CODEC_ID_AAC, MKTAG('r','a','a','c') },
|
||||
{ AV_CODEC_ID_AAC, MKTAG('r','a','c','p') },
|
||||
{ AV_CODEC_ID_RALF, MKTAG('L','S','D',':') },
|
||||
{ AV_CODEC_ID_CLEARVIDEO, MKTAG('C','L','V','1') },
|
||||
{ AV_CODEC_ID_NONE },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user