Fix a typo in javadoc.
Test: javadoc fix. Bug: 112882126 Change-Id: I69f55aaa49103690a796ff394fcd1934891a52f2
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user