{"length","set the window length",OFFSET(time_constant),AV_OPT_TYPE_DOUBLE,{.dbl=.05},.01,10,FLAGS},
{"length","set the window length",OFFSET(time_constant),AV_OPT_TYPE_DOUBLE,{.dbl=.05},0,10,FLAGS},
{"metadata","inject metadata in the filtergraph",OFFSET(metadata),AV_OPT_TYPE_BOOL,{.i64=0},0,1,FLAGS},
{"reset","recalculate stats after this many frames",OFFSET(reset_count),AV_OPT_TYPE_INT,{.i64=0},0,INT_MAX,FLAGS},
{"measure_perchannel","only measure_perchannel these per-channel statistics",OFFSET(measure_perchannel),AV_OPT_TYPE_FLAGS,{.i64=MEASURE_ALL},0,UINT_MAX,FLAGS,"measure"},
@ -213,7 +213,7 @@ static int config_output(AVFilterLink *outlink)