mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-04 15:06:03 +00:00
Solve no video bug
This commit is contained in:
@@ -12,7 +12,7 @@ public class ImxDecoder {
|
||||
} catch (Throwable e) {
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
public static native int init();
|
||||
|
||||
@@ -12,7 +12,7 @@ public class OmxDecoder {
|
||||
} catch (Throwable e) {
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
public static native int init();
|
||||
|
||||
Reference in New Issue
Block a user