mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avfilter/avfilter: fix indentation
Signed-off-by: leozhang <leozhang@qiyi.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
55ca21d54e
commit
4a3aa77d74
@ -801,9 +801,9 @@ void avfilter_free(AVFilterContext *filter)
|
||||
|
||||
int ff_filter_get_nb_threads(AVFilterContext *ctx)
|
||||
{
|
||||
if (ctx->nb_threads > 0)
|
||||
return FFMIN(ctx->nb_threads, ctx->graph->nb_threads);
|
||||
return ctx->graph->nb_threads;
|
||||
if (ctx->nb_threads > 0)
|
||||
return FFMIN(ctx->nb_threads, ctx->graph->nb_threads);
|
||||
return ctx->graph->nb_threads;
|
||||
}
|
||||
|
||||
static int process_options(AVFilterContext *ctx, AVDictionary **options,
|
||||
|
Loading…
Reference in New Issue
Block a user