[FFmpeg-cvslog] videotoolbox: Fix indentation of old existing code

Martin Storsjö git at videolan.org
Wed Oct 2 11:26:00 EEST 2024


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Sat Sep 21 00:31:41 2024 +0300| [4d204aa29b07a99136c4206de1446b264451dcc2] | committer: Martin Storsjö

videotoolbox: Fix indentation of old existing code

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4d204aa29b07a99136c4206de1446b264451dcc2
---

 libavcodec/videotoolbox.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavcodec/videotoolbox.c b/libavcodec/videotoolbox.c
index a5a76e8327..90c1fbfb10 100644
--- a/libavcodec/videotoolbox.c
+++ b/libavcodec/videotoolbox.c
@@ -83,8 +83,8 @@ int ff_videotoolbox_buffer_copy(VTContext *vtctx,
     void *tmp;
 
     tmp = av_fast_realloc(vtctx->bitstream,
-                         &vtctx->allocated_size,
-                         size);
+                          &vtctx->allocated_size,
+                          size);
 
     if (!tmp)
         return AVERROR(ENOMEM);



More information about the ffmpeg-cvslog mailing list