aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/jogl/classes/com/jogamp/opengl/util/av/GLMediaPlayer.java2
1 files changed, 1 insertions, 1 deletions
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;