mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-07 16:36:27 +00:00
Rework our JNI interface and add ffmpeg bindings for AVC decoding (WIP)
This commit is contained in:
@@ -2,7 +2,7 @@ package com.limelight.nvstream.av.audio;
|
||||
|
||||
public class OpusDecoder {
|
||||
static {
|
||||
System.loadLibrary("nv_opus_dec");
|
||||
System.loadLibrary("nv_av_dec");
|
||||
}
|
||||
|
||||
public static native int init();
|
||||
|
||||
Reference in New Issue
Block a user