This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch release/4.4
in repository ffmpeg.

commit 8f0dfc03b0f42d5ada5d16c4829dc02f117a4f1c
Author:     Michael Niedermayer <[email protected]>
AuthorDate: Sat Feb 7 00:49:24 2026 +0100
Commit:     Michael Niedermayer <[email protected]>
CommitDate: Tue May 5 18:55:01 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 40010ac46f..77b8e35eba 100644
--- a/libavcodec/bmp.c
+++ b/libavcodec/bmp.c
@@ -130,7 +130,7 @@ static int bmp_decode_frame(AVCodecContext *avctx,
         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]

Reply via email to