Skip to content

Commit

Permalink
Fix options
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximIntel committed Sep 28, 2023
1 parent 6cc8f63 commit a059172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encode/av1encode.c
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ static void process_cmdline(int argc, char *argv[])
};

int long_index;
while ((c = getopt_long_only(argc, argv, "n:f:o:t:m:u:d:?", long_opts, &long_index)) != EOF)
while ((c = getopt_long_only(argc, argv, "n:f:o:?", long_opts, &long_index)) != EOF)
{
switch (c)
{
Expand Down

0 comments on commit a059172

Please sign in to comment.