mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Make a method static
This methods doesn't need to be non-static, and can have less state assumed if static PiperOrigin-RevId: 623466017
This commit is contained in:
parent
556ddf4b30
commit
47964ff696
1 changed files with 1 additions and 1 deletions
|
|
@ -643,7 +643,7 @@ public final class DefaultVideoFrameProcessorTextureOutputPixelTest {
|
||||||
textureProducer.releaseOutputTexture(presentationTimeUs);
|
textureProducer.releaseOutputTexture(presentationTimeUs);
|
||||||
}
|
}
|
||||||
|
|
||||||
private VideoFrameProcessorTestRunner.Builder getDefaultFrameProcessorTestRunnerBuilder(
|
private static VideoFrameProcessorTestRunner.Builder getDefaultFrameProcessorTestRunnerBuilder(
|
||||||
String testId) {
|
String testId) {
|
||||||
TextureBitmapReader textureBitmapReader = new TextureBitmapReader();
|
TextureBitmapReader textureBitmapReader = new TextureBitmapReader();
|
||||||
DefaultVideoFrameProcessor.Factory defaultVideoFrameProcessorFactory =
|
DefaultVideoFrameProcessor.Factory defaultVideoFrameProcessorFactory =
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue