mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Skip exportTranscodeBt2020Sdr test on sm-a325f API 33
The decode over reports its resolution capabilities and decoder initialization eventually fails. PiperOrigin-RevId: 718294047
This commit is contained in:
parent
635e699965
commit
431efc9c50
@ -390,6 +390,10 @@ public class ExportTest {
|
||||
testId,
|
||||
/* inputFormat= */ MP4_ASSET_BT2020_SDR.videoFormat,
|
||||
/* outputFormat= */ null);
|
||||
// Reference: b/391362064
|
||||
assumeFalse(
|
||||
"Skip due to over-reported decoder capabilities",
|
||||
SDK_INT == 33 && Ascii.equalsIgnoreCase(Util.MODEL, "sm-a325f"));
|
||||
Transformer transformer = new Transformer.Builder(context).build();
|
||||
MediaItem mediaItem = MediaItem.fromUri(Uri.parse(MP4_ASSET_BT2020_SDR.uri));
|
||||
EditedMediaItem editedMediaItem =
|
||||
|
Loading…
x
Reference in New Issue
Block a user