From 5605108f4dca9da70b5273243c4f6f11623283b7 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Tue, 16 May 2017 19:16:50 +0200 Subject: [PATCH] avfilter/af_bs2b: add missing flag for options Signed-off-by: Paul B Mahol --- libavfilter/af_bs2b.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/af_bs2b.c b/libavfilter/af_bs2b.c index 54d52c5c6e..531a27bd73 100644 --- a/libavfilter/af_bs2b.c +++ b/libavfilter/af_bs2b.c @@ -45,7 +45,7 @@ typedef struct Bs2bContext { } Bs2bContext; #define OFFSET(x) offsetof(Bs2bContext, x) -#define A AV_OPT_FLAG_AUDIO_PARAM +#define A AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_FILTERING_PARAM static const AVOption bs2b_options[] = { { "profile", "Apply a pre-defined crossfeed level", -- 2.11.0