mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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;
|
endOfStreamQueuedToSonic = true;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
ByteBuffer buffer = replaceOutputBuffer(/* count= */ inputBuffer.remaining());
|
ByteBuffer buffer = replaceOutputBuffer(/* size= */ inputBuffer.remaining());
|
||||||
buffer.put(inputBuffer);
|
buffer.put(inputBuffer);
|
||||||
buffer.flip();
|
buffer.flip();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue