Remove a completed TODO item
PiperOrigin-RevId: 443620931
This commit is contained in:
parent
3cfdfb41c6
commit
f9bce2a6b6
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user