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