Commit 3abc5472 by claincly Committed by Ian Baker

Remove a completed TODO item

PiperOrigin-RevId: 443620931
parent f08dea26
...@@ -33,7 +33,6 @@ import org.junit.runner.RunWith; ...@@ -33,7 +33,6 @@ import org.junit.runner.RunWith;
/** Checks transcoding quality. */ /** Checks transcoding quality. */
@RunWith(AndroidJUnit4.class) @RunWith(AndroidJUnit4.class)
public final class TranscodeQualityTest { public final class TranscodeQualityTest {
// TODO(b/228455984) Add test that calculates SSIM for transcoding to H265.
@Test @Test
public void transformWithDecodeEncode_ssimIsGreaterThan90Percent() throws Exception { public void transformWithDecodeEncode_ssimIsGreaterThan90Percent() throws Exception {
Context context = ApplicationProvider.getApplicationContext(); Context context = ApplicationProvider.getApplicationContext();
......
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