diff options
author | Sven Gothel <[email protected]> | 2013-09-11 20:23:32 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-09-11 20:23:32 +0200 |
commit | 4b866d2686ab9c3fd7cf6708925b4663ad81e359 (patch) | |
tree | 996392bf3654e26ba1f73cd643d08a7e7d451b66 /src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGv08Natives.java | |
parent | 5e3ee6c19a4291b309deb572d434f1c5df975024 (diff) |
Relocate FFMPEGNatives.initIDS0() -> FFMPEGStaticNatives.initIDS0(); Cleanup up warnings and includes (clang).
Diffstat (limited to 'src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGv08Natives.java')
-rw-r--r-- | src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGv08Natives.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGv08Natives.java b/src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGv08Natives.java index 2a0c9dc3d..22694888d 100644 --- a/src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGv08Natives.java +++ b/src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGv08Natives.java @@ -47,9 +47,6 @@ class FFMPEGv08Natives implements FFMPEGNatives { public native int getSwResampleMajorVersionCC0(); @Override - public native boolean initIDs0(); - - @Override public native long createInstance0(FFMPEGMediaPlayer upstream, boolean verbose); @Override |