summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-08-24 03:04:13 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-08-24 03:04:13 +0000
commitc619060612f7bcac51765df26258c214b7188911 (patch)
tree9c55c8d34014bd263fff1a5989e468c5df84efc7
parentf766c3666cc197aa69a08cc9ee3ba9346c562d6e (diff)
parente1b0d4a25324db201aee059fb0a25c2a2fb6b88f (diff)
downloadbase-c619060612f7bcac51765df26258c214b7188911.tar.gz
Snap for 4974682 from e1b0d4a25324db201aee059fb0a25c2a2fb6b88f to pi-qpr1-release
Change-Id: Ie4bd913ccb175f035e4d284226db33be943a1ecf
-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 2207a2a6d4fe..bb7b0380f07d 100644
--- a/media/java/android/media/MediaCodec.java
+++ b/media/java/android/media/MediaCodec.java
@@ -404,7 +404,7 @@ import java.util.Map;
<p>
The codec in turn will return a read-only output buffer via the {@link
Callback#onOutputBufferAvailable onOutputBufferAvailable} callback in asynchronous mode, or in
- response to a {@link #dequeueOutputBuffer dequeuOutputBuffer} call in synchronous mode. After the
+ response to a {@link #dequeueOutputBuffer dequeueOutputBuffer} call in synchronous mode. After the
output buffer has been processed, call one of the {@link #releaseOutputBuffer
releaseOutputBuffer} methods to return the buffer to the codec.
<p>