mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
lavfi/vf_alphamerge: reindent after last commit.
This commit is contained in:
@@ -158,11 +158,10 @@ static int request_frame(AVFilterLink *outlink)
|
||||
AlphaMergeContext *merge = ctx->priv;
|
||||
int in, ret;
|
||||
|
||||
/* TODO reindent */
|
||||
in = ff_bufqueue_peek(&merge->queue_main, 0) ? 1 : 0;
|
||||
ret = ff_request_frame(ctx->inputs[in]);
|
||||
if (ret < 0)
|
||||
return ret;
|
||||
in = ff_bufqueue_peek(&merge->queue_main, 0) ? 1 : 0;
|
||||
ret = ff_request_frame(ctx->inputs[in]);
|
||||
if (ret < 0)
|
||||
return ret;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user