ffmpeg | branch: master | Peter Ross <pr...@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 _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".