From 6bf70d20daa9fb4f8baf9801ef953e6f4db18484 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sami=20Kalliom=C3=A4ki?= Date: Tue, 17 Oct 2017 09:22:23 +0200 Subject: [PATCH] Make YuvConverter public. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit YuvConverter was left package protected by mistake in the previous change. Bug: None Change-Id: I2235f745c2f36f9b49199a3dad09da78f63c33e3 Reviewed-on: https://webrtc-review.googlesource.com/11980 Reviewed-by: Magnus Jedvert Commit-Queue: Sami Kalliomäki Cr-Commit-Position: refs/heads/master@{#20322} --- sdk/android/api/org/webrtc/YuvConverter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/android/api/org/webrtc/YuvConverter.java b/sdk/android/api/org/webrtc/YuvConverter.java index a6ea43876a..99e75bd992 100644 --- a/sdk/android/api/org/webrtc/YuvConverter.java +++ b/sdk/android/api/org/webrtc/YuvConverter.java @@ -21,7 +21,7 @@ import org.webrtc.VideoFrame.TextureBuffer; * Class for converting OES textures to a YUV ByteBuffer. It should be constructed on a thread with * an active EGL context, and only be used from that thread. */ -class YuvConverter { +public class YuvConverter { // Vertex coordinates in Normalized Device Coordinates, i.e. // (-1, -1) is bottom-left and (1, 1) is top-right. private static final FloatBuffer DEVICE_RECTANGLE = GlUtil.createFloatBuffer(new float[] {