avcodec/leaddec: support format 0x6

Fixes ticket #10657.
pull/391/head
Peter Ross 1 year ago
parent 2dc864eb4e
commit 983ec12a99
  1. 1
      libavcodec/leaddec.c

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

Loading…
Cancel
Save