mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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) {
|
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