mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Merge pull request #2820 from sillywab8/support_avclevel52
Add support for AVC Level 5.2
This commit is contained in:
commit
dbc0cf8002
1 changed files with 1 additions and 0 deletions
|
|
@ -429,6 +429,7 @@ public final class MediaCodecUtil {
|
|||
case CodecProfileLevel.AVCLevel42: return 8704 * 16 * 16;
|
||||
case CodecProfileLevel.AVCLevel5: return 22080 * 16 * 16;
|
||||
case CodecProfileLevel.AVCLevel51: return 36864 * 16 * 16;
|
||||
case CodecProfileLevel.AVCLevel52: return 36864 * 16 * 16;
|
||||
default: return -1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue