vpx: fix bad option default
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.
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.
VideoLAN code repository instance