mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-04 11:38:19 +00:00
cllc: Add support for QRGB
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
This commit is contained in:
parent
f4bb38cc26
commit
7fda47d53b
@ -210,6 +210,7 @@ static int cllc_decode_frame(AVCodecContext *avctx, void *data,
|
|||||||
|
|
||||||
switch (coding_type) {
|
switch (coding_type) {
|
||||||
case 1:
|
case 1:
|
||||||
|
case 2:
|
||||||
avctx->pix_fmt = PIX_FMT_RGB24;
|
avctx->pix_fmt = PIX_FMT_RGB24;
|
||||||
avctx->bits_per_raw_sample = 8;
|
avctx->bits_per_raw_sample = 8;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user