Update FFMpegCore.Extensions.Downloader/Enums/FFMpegBinaries.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Malte Rosenbjerg 2025-10-17 15:19:12 +02:00 committed by GitHub
parent 8720e19b91
commit 7794276536
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@
[Flags] [Flags]
public enum FFMpegBinaries : ushort public enum FFMpegBinaries : ushort
{ {
FFMpeg, FFMpeg = 1,
FFProbe, FFProbe = 2,
FFPlay FFPlay = 4
} }