Remove SSIM calculation on audio only output.

PiperOrigin-RevId: 432937645
This commit is contained in:
samrobinson 2022-03-07 15:14:52 +00:00 committed by Ian Baker
parent 04ed774bef
commit 743c6cf5f8

View File

@ -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);
}