summaryrefslogtreecommitdiff
path: root/media/java/android/media/MediaCodec.java
diff options
context:
space:
mode:
authorAndrew Lewis <andrewlewis@google.com>2019-10-08 09:52:04 +0100
committerAndrew Lewis <andrewlewis@google.com>2019-10-08 09:52:29 +0100
commit320cfbb6bc19d3b0df1e40f199bf8075efb2369c (patch)
tree9b621f9bda97572f780b013b43ee825077f88398 /media/java/android/media/MediaCodec.java
parent25e071c74e95b6f53c953ea462aea7c8ce9a3dc4 (diff)
Fix MediaCodec javadoc typo
Test: javadoc only fix Change-Id: I531c6a433fefcd880d3233a59bfb249c7968a8e5
Diffstat (limited to 'media/java/android/media/MediaCodec.java')
-rw-r--r--media/java/android/media/MediaCodec.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/java/android/media/MediaCodec.java b/media/java/android/media/MediaCodec.java
index 510ee442f852..cb2a89ec5a36 100644
--- a/media/java/android/media/MediaCodec.java
+++ b/media/java/android/media/MediaCodec.java
@@ -649,7 +649,7 @@ import java.util.concurrent.locks.ReentrantLock;
are not consumed by the Surface in a timely manner). Or it may be configured to not drop excessive
frames. In the latter mode if the Surface is not consuming output frames fast enough, it will
eventually block the decoder. Prior to {@link android.os.Build.VERSION_CODES#Q} the exact behavior
- was undefined, with the exception that View surfaces (SuerfaceView or TextureView) always dropped
+ was undefined, with the exception that View surfaces (SurfaceView or TextureView) always dropped
excessive frames. Since {@link android.os.Build.VERSION_CODES#Q} the default behavior is to drop
excessive frames. Applications can opt out of this behavior for non-View surfaces (such as
ImageReader or SurfaceTexture) by targeting SDK {@link android.os.Build.VERSION_CODES#Q} and