Skip to content

x264enc: Fix 'ref' property range and default

The --ref option indicate the size of the DPB, hence should be in the range of 0 to 16. This patch also fix the default to match x264enc default 3. This change isn't a behaviour change since we don't enforce the reported default.

Merge request reports