Commit 3877171f by samrobinson Committed by Ian Baker

Remove SSIM calculation on audio only output.

PiperOrigin-RevId: 432937645
parent 8adc145f
...@@ -124,7 +124,6 @@ public class TransformationTest { ...@@ -124,7 +124,6 @@ public class TransformationTest {
Context context = ApplicationProvider.getApplicationContext(); Context context = ApplicationProvider.getApplicationContext();
Transformer transformer = new Transformer.Builder(context).setRemoveVideo(true).build(); Transformer transformer = new Transformer.Builder(context).setRemoveVideo(true).build();
new TransformerAndroidTestRunner.Builder(context, transformer) new TransformerAndroidTestRunner.Builder(context, transformer)
.setCalculateSsim(true)
.build() .build()
.run(testId, MP4_ASSET_URI_STRING); .run(testId, MP4_ASSET_URI_STRING);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment