diff --git a/library/core/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecRenderer.java b/library/core/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecRenderer.java index 6caf2237a3..c797920f32 100644 --- a/library/core/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecRenderer.java +++ b/library/core/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecRenderer.java @@ -1173,7 +1173,7 @@ public abstract class MediaCodecRenderer extends BaseRenderer { /** * Returns whether the decoder is needs Apaptive workaround disabled *
- * If false is returned then we explicitly override codecIsAdaptive, + * If TRUE is returned then we explicitly override codecIsAdaptive, * setting it to false. * @param name The decoder name. * @return TRUE if the device needs Adaptive workaround disabled