WSA use a Framerate of 15, source: FFMPEG.

This commit is contained in:
IceReaper
2023-06-13 09:31:58 +02:00
committed by Matthias Mailänder
parent 5572650da2
commit 56b5ace109

View File

@@ -18,7 +18,7 @@ namespace OpenRA.Mods.Cnc.FileFormats
public class WsaVideo : IVideo
{
public ushort FrameCount { get; }
public byte Framerate => 1;
public byte Framerate => 15;
public ushort Width { get; }
public ushort Height { get; }