[FFmpeg-devel] [PATCH] avfilter/avfilter: fix indentation
leozhang
leozhang at qiyi.com
Wed Nov 20 14:10:57 EET 2019
Signed-off-by: leozhang <leozhang at qiyi.com>
---
libavfilter/avfilter.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c
index 09f33e0..1004a6e 100644
--- a/libavfilter/avfilter.c
+++ b/libavfilter/avfilter.c
@@ -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,
--
1.8.3.1
More information about the ffmpeg-devel
mailing list