Merge branch 'main' of https://github.com/yuqian5/FFMpegCore into pr/442

This commit is contained in:
Malte Rosenbjerg 2025-10-17 15:22:42 +02:00
commit bbdbe5592a
2 changed files with 4 additions and 4 deletions

View file

@ -7,9 +7,9 @@ namespace FFMpegCore.Test.Utilities;
[Flags] [Flags]
internal enum OsPlatforms : ushort internal enum OsPlatforms : ushort
{ {
Windows, Windows = 1,
Linux, Linux = 2,
MacOS MacOS = 4
} }
internal class OsSpecificTestMethod : TestMethodAttribute internal class OsSpecificTestMethod : TestMethodAttribute