This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch release/6.1 in repository ffmpeg.
commit 840d1e8e915e6876da5455b48406e68fbe193b52 Author: Michael Niedermayer <[email protected]> AuthorDate: Sat Feb 7 00:49:24 2026 +0100 Commit: Michael Niedermayer <[email protected]> CommitDate: Mon May 4 17:13:19 2026 +0200 avcodec/bmp: fix indention Signed-off-by: Michael Niedermayer <[email protected]> (cherry picked from commit 50adb626702a5a17bb64448af2c7f00f46a95ed9) Signed-off-by: Michael Niedermayer <[email protected]> --- libavcodec/bmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/bmp.c b/libavcodec/bmp.c index d117c06cf4..93a7f56727 100644 --- a/libavcodec/bmp.c +++ b/libavcodec/bmp.c @@ -129,7 +129,7 @@ static int bmp_decode_frame(AVCodecContext *avctx, AVFrame *p, rgb[1] = bytestream_get_le32(&buf); rgb[2] = bytestream_get_le32(&buf); if (ihsize > 40) - alpha = bytestream_get_le32(&buf); + alpha = bytestream_get_le32(&buf); } ret = ff_set_dimensions(avctx, width, height > 0 ? height : -(unsigned)height); _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
