mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-06-17 06:10:58 +00:00
Throw a RendererException instead of a bare IllegalStateException upon codec recovery failure
This commit is contained in:
@@ -617,7 +617,7 @@ public class MediaCodecDecoderRenderer extends VideoDecoderRenderer implements C
|
|||||||
reportedCrash = true;
|
reportedCrash = true;
|
||||||
crashListener.notifyCrash(e);
|
crashListener.notifyCrash(e);
|
||||||
}
|
}
|
||||||
throw e;
|
throw new RendererException(this, e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user