mirror of https://git.ffmpeg.org/ffmpeg.git
avfilter/af_bs2b: add missing flag for options
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
3fefaeaa0b
commit
5605108f4d
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue