From f5ac5dec4bd339da45df3f23e8677c673c985db6 Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
Date: Mon, 16 Oct 2023 04:24:34 +0200
Subject: FFMPEGMediaPlayer: Remove unconditional DEBUG output

Left behind hacking for AV sync ..
---
 src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/jogl/classes/jogamp/opengl/util/av/impl')

diff --git a/src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java b/src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java
index 3035fc013..91b8f38aa 100644
--- a/src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java
+++ b/src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java
@@ -498,7 +498,7 @@ public class FFMPEGMediaPlayer extends GLMediaPlayerImpl {
             setTextureFormat(tif, tf);
             setTextureType(tt);
             setIsGLOriented(false);
-            if(DEBUG || true) {
+            if( DEBUG ) {
                 final float texSizeMB = ( texWidth * texHeight * (float)texBytesPerPixel ) / 1000000f;
                 System.err.printf("initGL: p5: video %s, bpp %d, %d x %d, %d b/pp, %d planes, tex %d x %d x %d -> %.2fMB%n",
                         vPixelFmt.toString(), vBitsPerPixel, vWidth, vHeight, vBytesPerPixelPerPlane, vPlanes,
-- 
cgit v1.2.3