Use asset with increasing timestamps for matrix transformation test.
PiperOrigin-RevId: 431658068
This commit is contained in:
parent
c96bcbb24b
commit
273d80c4a0
@ -15,7 +15,7 @@
|
||||
*/
|
||||
package androidx.media3.transformer.mh;
|
||||
|
||||
import static androidx.media3.transformer.AndroidTestUtil.MP4_REMOTE_10_SECONDS_URI_STRING;
|
||||
import static androidx.media3.transformer.AndroidTestUtil.MP4_ASSET_WITH_INCREASING_TIMESTAMPS_URI_STRING;
|
||||
import static androidx.media3.transformer.AndroidTestUtil.runTransformer;
|
||||
|
||||
import android.content.Context;
|
||||
@ -47,7 +47,7 @@ public class SetTransformationMatrixTransformationTest {
|
||||
context,
|
||||
/* testId= */ "setTransformationMatrixTransform",
|
||||
transformer,
|
||||
MP4_REMOTE_10_SECONDS_URI_STRING,
|
||||
MP4_ASSET_WITH_INCREASING_TIMESTAMPS_URI_STRING,
|
||||
/* timeoutSeconds= */ 120,
|
||||
/* calculateSsim= */ false);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user