Skip to content
Snippets Groups Projects
Commit 21d62c47 authored by Derek Buitenhuis's avatar Derek Buitenhuis
Browse files

cllc: Add support for QRGB

parent 4637009e
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment