mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Format with google-java-format
This commit is contained in:
parent
cf41ba3a3d
commit
6d62d3437c
1 changed files with 0 additions and 2 deletions
|
|
@ -735,10 +735,8 @@ public class ImageRendererTest {
|
||||||
// Do nothing.
|
// Do nothing.
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
renderer = new ImageRenderer(fakeDecoderFactory, queuingImageOutput);
|
renderer = new ImageRenderer(fakeDecoderFactory, queuingImageOutput);
|
||||||
renderer.init(/* index= */ 0, PlayerId.UNSET, Clock.DEFAULT);
|
renderer.init(/* index= */ 0, PlayerId.UNSET, Clock.DEFAULT);
|
||||||
|
|
||||||
FakeSampleStream fakeSampleStream =
|
FakeSampleStream fakeSampleStream =
|
||||||
createSampleStream(
|
createSampleStream(
|
||||||
JPEG_FORMAT_WITH_SIX_TILES,
|
JPEG_FORMAT_WITH_SIX_TILES,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue