mirror of
https://github.com/samsonjs/media.git
synced 2026-04-15 12:55:46 +00:00
Fix parameter comment block.
#cleanup
PiperOrigin-RevId: 481882181
(cherry picked from commit 7ac7e643ac)
This commit is contained in:
parent
1c37ad6470
commit
130edf8f26
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue