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