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
|
||||
/**
|
||||
* @noinspection unused
|
||||
*/
|
||||
@SuppressWarnings("unused")
|
||||
private ByteBuffer growOutputBuffer(SimpleDecoderOutputBuffer outputBuffer, int requiredSize) {
|
||||
// Use it for new buffer so that hopefully we won't need to reallocate again
|
||||
outputBufferSize = requiredSize;
|
||||
|
Loading…
x
Reference in New Issue
Block a user