mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Change warning suppression style
This commit is contained in:
parent
8750ed8de6
commit
36fb20719f
1 changed files with 1 additions and 3 deletions
|
|
@ -143,9 +143,7 @@ import java.util.List;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Called from native code
|
// Called from native code
|
||||||
/**
|
@SuppressWarnings("unused")
|
||||||
* @noinspection unused
|
|
||||||
*/
|
|
||||||
private ByteBuffer growOutputBuffer(SimpleDecoderOutputBuffer outputBuffer, int requiredSize) {
|
private ByteBuffer growOutputBuffer(SimpleDecoderOutputBuffer outputBuffer, int requiredSize) {
|
||||||
// Use it for new buffer so that hopefully we won't need to reallocate again
|
// Use it for new buffer so that hopefully we won't need to reallocate again
|
||||||
outputBufferSize = requiredSize;
|
outputBufferSize = requiredSize;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue