mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Skip AV1 test on devices that don't support AV1 HDR encoding
Skip AV1 HDR test on some devices. PiperOrigin-RevId: 640135455
This commit is contained in:
parent
35b8ab411d
commit
5371ad406b
1 changed files with 1 additions and 0 deletions
|
|
@ -237,6 +237,7 @@ public final class TransformerHdrSequenceEffectTest {
|
||||||
@Test
|
@Test
|
||||||
public void export720x1280Av1Hdr10_withAllAvailableDecoders_doesNotStretchOutputOnAny()
|
public void export720x1280Av1Hdr10_withAllAvailableDecoders_doesNotStretchOutputOnAny()
|
||||||
throws Exception {
|
throws Exception {
|
||||||
|
assumeDeviceSupportsHdrEditing(testId, MP4_ASSET_AV1_2_SECOND_HDR10_FORMAT);
|
||||||
assumeFormatsSupported(
|
assumeFormatsSupported(
|
||||||
context,
|
context,
|
||||||
testId,
|
testId,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue