This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 50adb626702a5a17bb64448af2c7f00f46a95ed9 Author: Michael Niedermayer <[email protected]> AuthorDate: Sat Feb 7 00:49:24 2026 +0100 Commit: Michael Niedermayer <[email protected]> CommitDate: Sun Feb 15 20:09:54 2026 +0100 avcodec/bmp: fix indention 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 360c103200..9e9f62d91e 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]
