mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-04 06:56:06 +00:00
Fix codec display after streaming and restore polling behavior of non-direct submit decoders
This commit is contained in:
@@ -424,7 +424,7 @@ public class Game extends Activity implements SurfaceHolder.Callback,
|
||||
}
|
||||
|
||||
if (conn != null) {
|
||||
int videoFormat = conn.getActiveVideoFormat();
|
||||
int videoFormat = decoderRenderer.getActiveVideoFormat();
|
||||
|
||||
displayedFailureDialog = true;
|
||||
stopConnection();
|
||||
|
||||
Reference in New Issue
Block a user