summaryrefslogtreecommitdiff
path: root/libavfilter/vf_detelecine.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_detelecine.c')
-rw-r--r--libavfilter/vf_detelecine.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavfilter/vf_detelecine.c b/libavfilter/vf_detelecine.c
index 8ad7ae32f2..44379a3ec7 100644
--- a/libavfilter/vf_detelecine.c
+++ b/libavfilter/vf_detelecine.c
@@ -126,8 +126,7 @@ static int query_formats(AVFilterContext *ctx)
ff_add_format(&pix_fmts, fmt);
}
- ff_set_common_formats(ctx, pix_fmts);
- return 0;
+ return ff_set_common_formats(ctx, pix_fmts);
}
static int config_input(AVFilterLink *inlink)