mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Change wrong frame rate in test files
PiperOrigin-RevId: 738509242
This commit is contained in:
parent
2a4cbc3be4
commit
cf0d9d207f
@ -480,7 +480,7 @@ public final class AndroidTestUtil {
|
||||
.setSampleMimeType(VIDEO_H264)
|
||||
.setWidth(320)
|
||||
.setHeight(240)
|
||||
.setFrameRate(30.00f)
|
||||
.setFrameRate(60.00f)
|
||||
.setCodecs("avc1.42C015")
|
||||
.build())
|
||||
.setVideoFrameCount(932)
|
||||
|
Loading…
x
Reference in New Issue
Block a user