aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-10-16 04:24:34 +0200
committerSven Gothel <[email protected]>2023-10-16 04:24:34 +0200
commitf5ac5dec4bd339da45df3f23e8677c673c985db6 (patch)
tree810063b63681cfbf8072a2c463cada8f5e91d103
parenta35ca1763c773b4533b9b9850a9842522303ad01 (diff)
FFMPEGMediaPlayer: Remove unconditional DEBUG output
Left behind hacking for AV sync ..
-rw-r--r--src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java2
1 files changed, 1 insertions, 1 deletions
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,