Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions cmd.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,6 @@ bool parseCMD(int32_t argc, char** argv, t_cmd& cmd) {
}
else if (arg == "symmetrical" || arg == "--symmetrical") {
cmd.move.symmetrical = true;
i++;
}
else if (arg == "crop" || arg == "--crop") {
if (remaining < 4) return false;
Expand Down Expand Up @@ -532,4 +531,4 @@ EXPLANATION
ms: times specified in milliseconds
frame: times specified in frames
timestamp: times specified as timestamp
)_";
)_";
Loading