summaryrefslogtreecommitdiffstats
path: root/docs/envvars.html
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2015-11-23 15:21:19 +0100
committerChristian König <christian.koenig@amd.com>2015-12-07 20:34:17 +0100
commita2c5200a4b3e04a6284dac7de87bc34957b01fa3 (patch)
tree77957ff19fe0b45ff3a553c76689359e6e58c8d1 /docs/envvars.html
parentca3e2b76c0f8bc6637fc52109820238da37f7398 (diff)
downloadexternal_mesa3d-a2c5200a4b3e04a6284dac7de87bc34957b01fa3.zip
external_mesa3d-a2c5200a4b3e04a6284dac7de87bc34957b01fa3.tar.gz
external_mesa3d-a2c5200a4b3e04a6284dac7de87bc34957b01fa3.tar.bz2
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 <christian.koenig@amd.com> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com> (v1) Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu> (v1) Cc: "11.1.0" <mesa-stable@lists.freedesktop.org>
Diffstat (limited to 'docs/envvars.html')
-rw-r--r--docs/envvars.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/envvars.html b/docs/envvars.html
index 1b2c03e..5bb7b1e 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.