From 7b7c338e9a7390d5463f2ba6b240e254f8e77de0 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 21 Apr 2016 16:49:00 +0200 Subject: avfilter: Add AV_OPT_FLAG_FILTERING_PARAM to where it was missing Signed-off-by: Michael Niedermayer --- libavfilter/vf_format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/vf_format.c') diff --git a/libavfilter/vf_format.c b/libavfilter/vf_format.c index 1fb3442af1..a57c99d797 100644 --- a/libavfilter/vf_format.c +++ b/libavfilter/vf_format.c @@ -140,7 +140,7 @@ static int query_formats(AVFilterContext *ctx) #define OFFSET(x) offsetof(FormatContext, x) static const AVOption options[] = { - { "pix_fmts", "A '|'-separated list of pixel formats", OFFSET(pix_fmts), AV_OPT_TYPE_STRING, .flags = AV_OPT_FLAG_VIDEO_PARAM }, + { "pix_fmts", "A '|'-separated list of pixel formats", OFFSET(pix_fmts), AV_OPT_TYPE_STRING, .flags = AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_FILTERING_PARAM }, { NULL } }; -- cgit v1.2.3