mirror of
https://github.com/androidx/media.git
synced 2025-05-11 01:31:40 +08:00
Fix parameter comment block.
#cleanup PiperOrigin-RevId: 481882181
This commit is contained in:
parent
a5583c04bb
commit
b6bd35860c
@ -105,7 +105,7 @@ import java.nio.ByteBuffer;
|
||||
endOfStreamQueuedToSonic = true;
|
||||
}
|
||||
} else {
|
||||
ByteBuffer buffer = replaceOutputBuffer(/* count= */ inputBuffer.remaining());
|
||||
ByteBuffer buffer = replaceOutputBuffer(/* size= */ inputBuffer.remaining());
|
||||
buffer.put(inputBuffer);
|
||||
buffer.flip();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user