mirror of https://git.ffmpeg.org/ffmpeg.git
cllc: Add support for QRGB
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
This commit is contained in:
parent
4637009e59
commit
21d62c4730
|
@ -210,6 +210,7 @@ static int cllc_decode_frame(AVCodecContext *avctx, void *data,
|
|||
|
||||
switch (coding_type) {
|
||||
case 1:
|
||||
case 2:
|
||||
avctx->pix_fmt = PIX_FMT_RGB24;
|
||||
avctx->bits_per_raw_sample = 8;
|
||||
|
||||
|
|
Loading…
Reference in New Issue