mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-12-14 01:55:45 +00:00
Update FFMpegCore.Extensions.Downloader/Enums/FFMpegBinaries.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
8720e19b91
commit
7794276536
1 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
[Flags]
|
||||
public enum FFMpegBinaries : ushort
|
||||
{
|
||||
FFMpeg,
|
||||
FFProbe,
|
||||
FFPlay
|
||||
FFMpeg = 1,
|
||||
FFProbe = 2,
|
||||
FFPlay = 4
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue