mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-22 12:33:02 +00:00
Change decoder failure warning
This commit is contained in:
parent
5112179fca
commit
6459579f15
@ -148,7 +148,7 @@ public class VideoStream {
|
||||
// Setup the decoder and renderer
|
||||
if (!setupDecoderRenderer(context.videoDecoderRenderer, renderTarget, drFlags)) {
|
||||
// Nothing to cleanup here
|
||||
throw new IOException("Video decoder failed to initialize. Please restart your device and try again.");
|
||||
throw new IOException("Video decoder failed to initialize. Your device may not support the selected resolution.");
|
||||
}
|
||||
|
||||
// Open RTP sockets and start session
|
||||
|
Loading…
x
Reference in New Issue
Block a user