You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are reproducible issues with codec timeouts when using
this API, so we disable it entirely until we know more about
potential fixes and where they are available.
Issue: #1641
PiperOrigin-RevId: 707025950
(cherry picked from commit 71f82df)
Copy file name to clipboardExpand all lines: libraries/exoplayer/src/main/java/androidx/media3/exoplayer/mediacodec/DefaultMediaCodecAdapterFactory.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ public final class DefaultMediaCodecAdapterFactory implements MediaCodecAdapter.
67
67
@Deprecated
68
68
publicDefaultMediaCodecAdapterFactory() {
69
69
asynchronousMode = MODE_DEFAULT;
70
-
asyncCryptoFlagEnabled = true;
70
+
asyncCryptoFlagEnabled = false;
71
71
context = null;
72
72
}
73
73
@@ -79,7 +79,7 @@ public DefaultMediaCodecAdapterFactory() {
0 commit comments