From d3481577779ce65d9031e4f016786635d1190b67 Mon Sep 17 00:00:00 2001 From: samrobinson Date: Mon, 26 Sep 2022 16:00:10 +0000 Subject: [PATCH] Fix badly formatted AudioProcessor javadoc. PiperOrigin-RevId: 476909855 (cherry picked from commit 9b1909e56362a5b44ba41d8cad9c3d927bdb650b) --- .../com/google/android/exoplayer2/audio/AudioProcessor.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();