Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ledyba-z committed Mar 3, 2020
1 parent d25e5f0 commit d357269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ int Config::parse(int argc, char **argv) {
group color = (
option("--color-primaries").doc("Set color primaries information value.") & (integer("Value defined in H.273").set(colorPrimaries)),
option("--transfer-characteristics").doc("Set transfer characteristics information value.") & (integer("Value defined in H.273").set(transferCharacteristics)),
option("--color-primaries").doc("Set matrix coefficients information value.") & (integer("Value defined in H.273").set(matrixCoefficients))
option("--matrix-coefficients").doc("Set matrix coefficients information value.") & (integer("Value defined in H.273").set(matrixCoefficients))
);

auto scales = (
Expand Down

0 comments on commit d357269

Please sign in to comment.