summaryrefslogtreecommitdiffstats
path: root/src/qtmultimediaquicktools/shaders/uyvyvideo.frag
diff options
context:
space:
mode:
Diffstat (limited to 'src/qtmultimediaquicktools/shaders/uyvyvideo.frag')
-rw-r--r--src/qtmultimediaquicktools/shaders/uyvyvideo.frag2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qtmultimediaquicktools/shaders/uyvyvideo.frag b/src/qtmultimediaquicktools/shaders/uyvyvideo.frag
index 8e34f7d33..905035703 100644
--- a/src/qtmultimediaquicktools/shaders/uyvyvideo.frag
+++ b/src/qtmultimediaquicktools/shaders/uyvyvideo.frag
@@ -1,5 +1,5 @@
uniform sampler2D yuvTexture; // UYVY macropixel texture passed as RGBA format
-uniform float imageWidth; // The UYVY texture appears to the shader with 1/2 the image width since we use the RGBA format to pass UYVY
+uniform mediump float imageWidth; // The UYVY texture appears to the shader with 1/2 the image width since we use the RGBA format to pass UYVY
uniform mediump mat4 colorMatrix;
uniform lowp float opacity;