WSA use a Framerate of 15, source: FFMPEG.
This commit is contained in:
committed by
Matthias Mailänder
parent
5572650da2
commit
56b5ace109
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user