avfilter/af_bs2b: add missing flag for options

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2017-05-16 19:16:50 +02:00
parent 3fefaeaa0b
commit 5605108f4d
1 changed files with 1 additions and 1 deletions

View File

@ -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",