mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Remove SSIM calculation on audio only output.
PiperOrigin-RevId: 432937645
This commit is contained in:
parent
04ed774bef
commit
743c6cf5f8
@ -124,7 +124,6 @@ public class TransformationTest {
|
||||
Context context = ApplicationProvider.getApplicationContext();
|
||||
Transformer transformer = new Transformer.Builder(context).setRemoveVideo(true).build();
|
||||
new TransformerAndroidTestRunner.Builder(context, transformer)
|
||||
.setCalculateSsim(true)
|
||||
.build()
|
||||
.run(testId, MP4_ASSET_URI_STRING);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user