From 3ea26f16a0ea976b37e8661fdc9ed9ddaa1e985e Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
Date: Mon, 18 Dec 2023 09:50:33 +0100
Subject: GLMediaPlayer: TEXTURE_COUNT_DEFAULT 4 -> 3 as tested via
 UIMediaGrid01, usable w/ fix for Bug 1472 (Enhance A/V Sync)

---
 src/jogl/classes/com/jogamp/opengl/util/av/GLMediaPlayer.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/jogl/classes/com/jogamp/opengl/util/av/GLMediaPlayer.java')

diff --git a/src/jogl/classes/com/jogamp/opengl/util/av/GLMediaPlayer.java b/src/jogl/classes/com/jogamp/opengl/util/av/GLMediaPlayer.java
index 8d2287acc..7be088c3b 100644
--- a/src/jogl/classes/com/jogamp/opengl/util/av/GLMediaPlayer.java
+++ b/src/jogl/classes/com/jogamp/opengl/util/av/GLMediaPlayer.java
@@ -200,7 +200,7 @@ public interface GLMediaPlayer extends TextureSequence {
     public static final boolean DEBUG_NATIVE = Debug.debug("GLMediaPlayer.Native");
 
     /** Default texture count, value {@value}. */
-    public static final int TEXTURE_COUNT_DEFAULT = 4;
+    public static final int TEXTURE_COUNT_DEFAULT = 3;
 
     /** Minimum texture count, value {@value}. Using the minimum texture count disables multi-threaded decoding. */
     public static final int TEXTURE_COUNT_MIN = 1;
-- 
cgit v1.2.3