vaapi_filter: fix wrong upper bound for --denoise-sigma range
- Current range: {
0.f
,0.f
} - Current default:
1.f
- New range: {
0.f
,2.f
} (based upon the range stated in the option text)
0.f
, 0.f
}1.f
0.f
, 2.f
} (based upon the range stated in the option text)VideoLAN code repository instance