diff --git a/library/core/src/main/java/com/google/android/exoplayer2/audio/AudioProcessor.java b/library/core/src/main/java/com/google/android/exoplayer2/audio/AudioProcessor.java index fa2b0ab472..f7b9e41b16 100644 --- a/library/core/src/main/java/com/google/android/exoplayer2/audio/AudioProcessor.java +++ b/library/core/src/main/java/com/google/android/exoplayer2/audio/AudioProcessor.java @@ -132,8 +132,8 @@ public interface AudioProcessor { ByteBuffer getOutput(); /** - * Returns whether this processor will return no more output from {@link #getOutput()} until it - * has been {@link #flush()}ed and more input has been queued. + * Returns whether this processor will return no more output from {@link #getOutput()} until + * {@link #flush()} has been called and more input has been queued. */ boolean isEnded();