aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java
diff options
context:
space:
mode:
authorSven Gothel <sgothel@jausoft.com>2013-09-11 20:23:32 +0200
committerSven Gothel <sgothel@jausoft.com>2013-09-11 20:23:32 +0200
commit4b866d2686ab9c3fd7cf6708925b4663ad81e359 (patch)
tree996392bf3654e26ba1f73cd643d08a7e7d451b66 /src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java
parent5e3ee6c19a4291b309deb572d434f1c5df975024 (diff)
Relocate FFMPEGNatives.initIDS0() -> FFMPEGStaticNatives.initIDS0(); Cleanup up warnings and includes (clang).
Diffstat (limited to 'src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java')
-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 33b1867c8..f028d7f9c 100644
--- a/src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java
+++ b/src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java
@@ -208,7 +208,7 @@ public class FFMPEGMediaPlayer extends GLMediaPlayerImpl {
swResampleMajorVersionCC = 0;
libAVVersionGood = false;
}
- available = libAVGood && libAVVersionGood && null != natives ? natives.initIDs0() : false;
+ available = libAVGood && libAVVersionGood && null != natives;
}
public static final boolean isAvailable() { return available; }