mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-14 22:22:59 +02:00
videotoolbox: Fix indentation of old existing code
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
f9c5c5358c
commit
4d204aa29b
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user