avcodec/leaddec: support format 0x6

Fixes ticket #10657.
This commit is contained in:
Peter Ross
2023-11-14 17:38:38 +11:00
parent 2dc864eb4e
commit 983ec12a99

View File

@@ -157,6 +157,7 @@ static int lead_decode_frame(AVCodecContext *avctx, AVFrame * frame,
zero = 1;
avctx->pix_fmt = AV_PIX_FMT_YUV420P;
break;
case 0x6:
case 0x8000:
yuv20p_half = 1;
// fall-through