anv/video: fix chroma qp to be a integer value.
This is just a cleanup to the genxml
Fixes: 98c58a16ef ("anv: add initial video decode support for h264.")
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21433>
This commit is contained in:
@@ -4108,8 +4108,8 @@
|
||||
</field>
|
||||
<field name="Weighted Prediction Enable" start="108" end="108" type="bool" />
|
||||
<field name="Rho Domain Rate Control Enable" start="109" end="109" type="bool" />
|
||||
<field name="First Chroma QP Offset" start="112" end="116" type="uint" />
|
||||
<field name="Second Chroma QP Offset" start="120" end="124" type="uint" />
|
||||
<field name="First Chroma QP Offset" start="112" end="116" type="int" />
|
||||
<field name="Second Chroma QP Offset" start="120" end="124" type="int" />
|
||||
<field name="Field Picture" start="128" end="128" type="bool" />
|
||||
<field name="MBAFF Mode" start="129" end="129" type="bool" />
|
||||
<field name="Frame MB Only" start="130" end="130" type="bool" />
|
||||
|
||||
Reference in New Issue
Block a user