x264enc: Allow maximum quantizer value of 63 instead of 51
authorSebastian Dröge <sebastian@centricular.com>
Fri, 21 Aug 2020 07:35:11 +0000 (10:35 +0300)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 24 Aug 2020 22:23:43 +0000 (23:23 +0100)
commit60337ffed99e173d58c4f4f6cd084df7e00c527d
treea4edd0628c53bc16fc578073d1d3b00ba55673db
parentbb76cbd5ae78658318f74cb2cf52b24929da1cca
x264enc: Allow maximum quantizer value of 63 instead of 51

QP_MAX_SPEC in x264 is set to 63 nowadays and in theory it allows even
up to 81 (QP_MAX) but that seems to be outside the spec.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/merge_requests/67>
docs/gst_plugins_cache.json
ext/x264/gstx264enc.c