mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-06 16:06:02 +00:00
Cleanup code
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
package com.limelight.binding.video;
|
||||
|
||||
import com.limelight.binding.LibraryHelper;
|
||||
|
||||
/**
|
||||
* JNI Decoder bindings
|
||||
* @author Iwan Timmer
|
||||
*/
|
||||
public class OmxDecoder {
|
||||
static {
|
||||
LibraryHelper.loadNativeLibrary("nv_omx_dec");
|
||||
System.loadLibrary("nv_omx_dec");
|
||||
}
|
||||
|
||||
public static native int init();
|
||||
|
||||
Reference in New Issue
Block a user