Fix a typo in javadoc.

am: e1b0d4a253

Change-Id: I65e6b8b5110b4175c35e8bcdef5299418de623ca
This commit is contained in:
Dongwon Kang
2018-08-23 18:03:50 -07:00
committed by android-build-merger

View File

@@ -405,7 +405,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>