From 6459579f152c476e5811a2e2892908167809263f Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 13 Dec 2015 13:04:07 -0800 Subject: [PATCH] Change decoder failure warning --- .../src/com/limelight/nvstream/av/video/VideoStream.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moonlight-common/src/com/limelight/nvstream/av/video/VideoStream.java b/moonlight-common/src/com/limelight/nvstream/av/video/VideoStream.java index 64e56193..daf3a258 100644 --- a/moonlight-common/src/com/limelight/nvstream/av/video/VideoStream.java +++ b/moonlight-common/src/com/limelight/nvstream/av/video/VideoStream.java @@ -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