Commit 5605108f authored by Paul B Mahol's avatar Paul B Mahol

avfilter/af_bs2b: add missing flag for options

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 3fefaeaa
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment