diff options
author | Christian König <[email protected]> | 2015-11-23 15:21:19 +0100 |
---|---|---|
committer | Christian König <[email protected]> | 2015-12-07 20:34:17 +0100 |
commit | a2c5200a4b3e04a6284dac7de87bc34957b01fa3 (patch) | |
tree | 77957ff19fe0b45ff3a553c76689359e6e58c8d1 /docs | |
parent | ca3e2b76c0f8bc6637fc52109820238da37f7398 (diff) |
st/va: disable MPEG4 by default v2
The workarounds are too hacky to enable them by default
and otherwise MPEG4 doesn't work reliably.
v2: add docs/envvars.html, CC stable and fix typos
Signed-off-by: Christian König <[email protected]>
Reviewed-by: Emil Velikov <[email protected]> (v1)
Reviewed-by: Ilia Mirkin <[email protected]> (v1)
Cc: "11.1.0" <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/envvars.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/envvars.html b/docs/envvars.html index 1b2c03ef377..5bb7b1e65bb 100644 --- a/docs/envvars.html +++ b/docs/envvars.html @@ -238,6 +238,12 @@ for details. </ul> +<h3>VA-API state tracker environment variables</h3> +<ul> +<li>VAAPI_MPEG4_ENABLED - enable MPEG4 for VA-API, disabled by default. +</ul> + + <p> Other Gallium drivers have their own environment variables. These may change frequently so the source code should be consulted for details. |