mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Change warning suppression style
This commit is contained in:
parent
8750ed8de6
commit
36fb20719f
@ -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…
x
Reference in New Issue
Block a user