diff --git a/sdk/android/api/org/webrtc/YuvConverter.java b/sdk/android/api/org/webrtc/YuvConverter.java index 99e75bd992..268e4d2885 100644 --- a/sdk/android/api/org/webrtc/YuvConverter.java +++ b/sdk/android/api/org/webrtc/YuvConverter.java @@ -85,7 +85,7 @@ public class YuvConverter { "precision mediump float;\n" + "varying vec2 interp_tc;\n" + "\n" - + "uniform sample2D tex;\n" + + "uniform sampler2D tex;\n" // Difference in texture coordinate corresponding to one // sub-pixel in the x direction. + "uniform vec2 xUnit;\n"