[FFmpeg-cvslog] avcodec/leaddec: support format 0x6
Peter Ross
git at videolan.org
Tue Dec 10 22:58:18 EET 2024
ffmpeg | branch: master | Peter Ross <pross at xvid.org> | Tue Nov 14 17:38:38 2023 +1100| [983ec12a99f1db21c3dc9cc56ac3d127142cc448] | committer: Peter Ross
avcodec/leaddec: support format 0x6
Fixes ticket #10657.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=983ec12a99f1db21c3dc9cc56ac3d127142cc448
---
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
More information about the ffmpeg-cvslog
mailing list