aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2024-09-21 00:31:41 +0300
committerMartin Storsjö <martin@martin.st>2024-10-02 11:24:17 +0300
commit4d204aa29b07a99136c4206de1446b264451dcc2 (patch)
treee3c129a8c00e3af21fcd7055992d541c57251cd1
parentf9c5c5358cfef3847674c6f3b3ded9611ebc5647 (diff)
downloadffmpeg-4d204aa29b07a99136c4206de1446b264451dcc2.tar.gz
videotoolbox: Fix indentation of old existing code
Signed-off-by: Martin Storsjö <martin@martin.st>
-rw-r--r--libavcodec/videotoolbox.c4
1 files 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);