Skip to content

Commit

Permalink
Fix build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rosenbjerg committed Oct 25, 2020
1 parent f189488 commit 564a9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FFMpegCore/FFMpeg/FFMpegGlobalOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ internal FFMpegGlobalOptions() { }

public FFMpegGlobalOptions WithVerbosityLevel(VerbosityLevel verbosityLevel = VerbosityLevel.Error) => WithOption(new VerbosityLevelArgument(verbosityLevel));

protected FFMpegGlobalOptions WithOption(IArgument argument)
private FFMpegGlobalOptions WithOption(IArgument argument)
{
Arguments.Add(argument);
return this;
Expand Down

0 comments on commit 564a9e6

Please sign in to comment.