[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix DASH thumbnails cropping the incorrect tile for non-square images #1300

Merged
Prev Previous commit
Next Next commit
Format with google-java-format
  • Loading branch information
microkatz committed May 1, 2024
commit 6d62d3437cc822620e864ba95f25b3170b65d0d7
Original file line number Diff line number Diff line change
Expand Up @@ -735,10 +735,8 @@ public void onDisabled() {
// Do nothing.
}
};

renderer = new ImageRenderer(fakeDecoderFactory, queuingImageOutput);
renderer.init(/* index= */ 0, PlayerId.UNSET, Clock.DEFAULT);

FakeSampleStream fakeSampleStream =
createSampleStream(
JPEG_FORMAT_WITH_SIX_TILES,
Expand Down