Skip to content

vpx: fix bad option default

Lyndon Brown requested to merge jnqnfe/vlc:vpx into master

VPX_DL_GOOD_QUALITY, used as the default, is defined as 1000000. This obviously does not fit within the specified range and thus was clamped to 2 which corresponds to 'best' quality rather than 'good' quality.

Merge request reports