diff --git a/libavcodec/cllc.c b/libavcodec/cllc.c index dde2a394f6f3c4a58afd563b35399bc590ad1e48..ebd51cfda3bcbb1d9b6bfa222cfe23ba88b61a4b 100644 --- a/libavcodec/cllc.c +++ b/libavcodec/cllc.c @@ -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;