mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +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…
Reference in New Issue
Block a user