mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-25 04:19:05 +00:00
lavfi/vf_thumbnail: reindent after last commit.
This commit is contained in:
parent
90d087247c
commit
ea2fd42f9d
@ -171,9 +171,8 @@ static int request_frame(AVFilterLink *link)
|
|||||||
{
|
{
|
||||||
AVFilterContext *ctx = link->src;
|
AVFilterContext *ctx = link->src;
|
||||||
ThumbContext *s = ctx->priv;
|
ThumbContext *s = ctx->priv;
|
||||||
|
|
||||||
/* TODO reindent */
|
|
||||||
int ret = ff_request_frame(ctx->inputs[0]);
|
int ret = ff_request_frame(ctx->inputs[0]);
|
||||||
|
|
||||||
if (ret == AVERROR_EOF && s->n) {
|
if (ret == AVERROR_EOF && s->n) {
|
||||||
ret = ff_filter_frame(link, get_best_frame(ctx));
|
ret = ff_filter_frame(link, get_best_frame(ctx));
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user