mirror of
https://github.com/par274/sharpemu.git
synced 2026-07-31 23:19:44 +08:00
Merge branch 'avplayer_improvements' of https://github.com/sharpemu/sharpemu into avplayer_improvements
This commit is contained in:
@@ -22,8 +22,8 @@ public static class AvPlayerExports
|
|||||||
private const int FrameHeightAlignment = 16;
|
private const int FrameHeightAlignment = 16;
|
||||||
private const int FrameInfoSize = 40;
|
private const int FrameInfoSize = 40;
|
||||||
private const int FrameInfoExSize = 104;
|
private const int FrameInfoExSize = 104;
|
||||||
// This structure is 32 bytes. A larger write can damage the guest stack.
|
// type(4) + reserved(4) + details(16) + duration(8) + startTime(8).
|
||||||
private const int StreamInfoSize = 32;
|
private const int StreamInfoSize = 40;
|
||||||
private const int StreamInfoExSize = 32;
|
private const int StreamInfoExSize = 32;
|
||||||
private const int MaxGuestPathLength = 4096;
|
private const int MaxGuestPathLength = 4096;
|
||||||
private static readonly object StateGate = new();
|
private static readonly object StateGate = new();
|
||||||
|
|||||||
Reference in New Issue
Block a user