mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-12-14 18:15:44 +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]
|
[Flags]
|
||||||
public enum FFMpegBinaries : ushort
|
public enum FFMpegBinaries : ushort
|
||||||
{
|
{
|
||||||
FFMpeg,
|
FFMpeg = 1,
|
||||||
FFProbe,
|
FFProbe = 2,
|
||||||
FFPlay
|
FFPlay = 4
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue