Skip to content

Commit

Permalink
Removed argv & argc
Browse files Browse the repository at this point in the history
  • Loading branch information
rf152 committed Feb 24, 2023
1 parent 1534c34 commit 6f55df3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ int main(int argc, char *argv[])
LibcameraEncoder app;
VideoOptions *options = app.GetOptions();
loadConfig();
options->Parse(argc, argv);
options->codec = "YUV420";
options->verbose = false;
options->nopreview = true;
Expand Down

0 comments on commit 6f55df3

Please sign in to comment.