diff options
author | Sven Gothel <[email protected]> | 2013-12-18 22:02:35 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-12-18 22:02:35 +0100 |
commit | 476f22fb4b0b1d03c3f68d48734d4d39f5b8cc4f (patch) | |
tree | 1c1fe6ee122aebfb0a230af9769354971d0fb205 /src/jogl/classes/jogamp/opengl/util/av/GLMediaPlayerImpl.java | |
parent | 166e5da5298b16b0acbf900004964d370cd0aa29 (diff) | |
parent | 8a032a2c1f247819bdb08382fbebcc4cd896b3f2 (diff) |
Merge remote-tracking branch 'xranby/master'
Diffstat (limited to 'src/jogl/classes/jogamp/opengl/util/av/GLMediaPlayerImpl.java')
-rw-r--r-- | src/jogl/classes/jogamp/opengl/util/av/GLMediaPlayerImpl.java | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/jogl/classes/jogamp/opengl/util/av/GLMediaPlayerImpl.java b/src/jogl/classes/jogamp/opengl/util/av/GLMediaPlayerImpl.java index 0de308cd1..0bd1aa932 100644 --- a/src/jogl/classes/jogamp/opengl/util/av/GLMediaPlayerImpl.java +++ b/src/jogl/classes/jogamp/opengl/util/av/GLMediaPlayerImpl.java @@ -757,7 +757,9 @@ public abstract class GLMediaPlayerImpl implements GLMediaPlayer { } texFrames[i] = null; } - System.err.println(Thread.currentThread().getName()+"> Clear TexFrame["+i+"]: "+frame+" -> null"); + if( DEBUG ) { + System.err.println(Thread.currentThread().getName()+"> Clear TexFrame["+i+"]: "+frame+" -> null"); + } } } } @@ -1609,4 +1611,4 @@ public abstract class GLMediaPlayerImpl implements GLMediaPlayer { } return 0; } -}
\ No newline at end of file +} |