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