Fixes ticket #10657.
---
 libavcodec/leaddec.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/leaddec.c b/libavcodec/leaddec.c
index 2f5152c226..88387902ca 100644
--- a/libavcodec/leaddec.c
+++ b/libavcodec/leaddec.c
@@ -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
-- 
2.45.2

-- Peter
(A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B)

Attachment: signature.asc
Description: PGP signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to