mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Remove a completed TODO item
PiperOrigin-RevId: 443620931
This commit is contained in:
parent
3cfdfb41c6
commit
f9bce2a6b6
1 changed files with 0 additions and 1 deletions
|
|
@ -33,7 +33,6 @@ import org.junit.runner.RunWith;
|
|||
/** Checks transcoding quality. */
|
||||
@RunWith(AndroidJUnit4.class)
|
||||
public final class TranscodeQualityTest {
|
||||
// TODO(b/228455984) Add test that calculates SSIM for transcoding to H265.
|
||||
@Test
|
||||
public void transformWithDecodeEncode_ssimIsGreaterThan90Percent() throws Exception {
|
||||
Context context = ApplicationProvider.getApplicationContext();
|
||||
|
|
|
|||
Loading…
Reference in a new issue