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

Git pushed a commit to branch master
in repository ffmpeg.

commit 5c4490a0a6887f584bf8445c37ec2f6d3214ceba
Author:     Niklas Haas <[email protected]>
AuthorDate: Sun Mar 29 16:59:02 2026 +0200
Commit:     Niklas Haas <[email protected]>
CommitDate: Fri Apr 10 15:12:18 2026 +0200

    avfilter/framepool: fix whitespace (cosmetic)
    
    Signed-off-by: Niklas Haas <[email protected]>
---
 libavfilter/framepool.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/framepool.c b/libavfilter/framepool.c
index f66b694d37..09a556b857 100644
--- a/libavfilter/framepool.c
+++ b/libavfilter/framepool.c
@@ -49,7 +49,7 @@ static av_cold FFFramePool *frame_pool_video_init(int width, 
int height,
     }
 
     ret = av_image_fill_linesizes(pool->linesize, pool->pix_fmt,
-                                    FFALIGN(pool->width, align));
+                                  FFALIGN(pool->width, align));
     if (ret < 0) {
         goto fail;
     }

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to