Skip to content

Commit

Permalink
Cosmetic.
Browse files Browse the repository at this point in the history
Signed-off-by: jpsdr <[email protected]>
  • Loading branch information
jpsdr committed Apr 24, 2023
1 parent 56e201e commit 1028c06
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions x264.c
Original file line number Diff line number Diff line change
Expand Up @@ -1375,7 +1375,7 @@ static struct option long_options[] =
{ "fullhelp", no_argument, NULL, OPT_FULLHELP },
{ "version", no_argument, NULL, 'V' },
{ "profile", required_argument, NULL, OPT_PROFILE },
{ "profile-force", no_argument, NULL, 0 },
{ "profile-force", no_argument, NULL, 0 },
{ "preset", required_argument, NULL, OPT_PRESET },
{ "tune", required_argument, NULL, OPT_TUNE },
{ "device", required_argument, NULL, OPT_DEVICE },
Expand Down Expand Up @@ -1475,7 +1475,7 @@ static struct option long_options[] =
{ "deadzone-inter", required_argument, NULL, 0 },
{ "deadzone-intra", required_argument, NULL, 0 },
{ "level", required_argument, NULL, 0 },
{ "level-force", no_argument, NULL, 0 },
{ "level-force", no_argument, NULL, 0 },
{ "ratetol", required_argument, NULL, 0 },
{ "vbv-maxrate", required_argument, NULL, 0 },
{ "vbv-bufsize", required_argument, NULL, 0 },
Expand Down Expand Up @@ -1512,15 +1512,15 @@ static struct option long_options[] =
{ "quiet", no_argument, NULL, OPT_QUIET },
{ "verbose", no_argument, NULL, 'v' },
{ "log-level", required_argument, NULL, OPT_LOG_LEVEL },
{ "stylish", no_argument, NULL, OPT_STYLISH },
{ "stylish", no_argument, NULL, OPT_STYLISH },
{ "log-file", required_argument, NULL, OPT_LOG_FILE },
{ "log-file-level", required_argument, NULL, OPT_LOG_FILE_LEVEL },
{ "no-progress", no_argument, NULL, OPT_NOPROGRESS },
{ "dump-yuv", required_argument, NULL, 0 },
{ "sps-id", required_argument, NULL, 0 },
{ "aud", no_argument, NULL, 0 },
{ "opts", required_argument, NULL, 0 },
{ "no-opts", no_argument, NULL, 0 },
{ "no-opts", no_argument, NULL, 0 },
{ "nr", required_argument, NULL, 0 },
{ "cqm", required_argument, NULL, 0 },
{ "cqmfile", required_argument, NULL, 0 },
Expand All @@ -1542,7 +1542,7 @@ static struct option long_options[] =
{ "colormatrix", required_argument, NULL, OPT_COLORMATRIX },
{ "chromaloc", required_argument, NULL, 0 },
{ "force-cfr", no_argument, NULL, 0 },
{ "no-fps-correction", no_argument, NULL, OPT_NO_FPS_CORRECTION },
{ "no-fps-correction", no_argument, NULL, OPT_NO_FPS_CORRECTION },
{ "tcfile-in", required_argument, NULL, OPT_TCFILE_IN },
{ "tcfile-out", required_argument, NULL, OPT_TCFILE_OUT },
{ "timebase", required_argument, NULL, OPT_TIMEBASE },
Expand All @@ -1562,11 +1562,11 @@ static struct option long_options[] =
{ "input-csp", required_argument, NULL, OPT_INPUT_CSP },
{ "input-depth", required_argument, NULL, OPT_INPUT_DEPTH },
{ "output-depth", required_argument, NULL, OPT_OUTPUT_DEPTH },
{ "dts-compress", no_argument, NULL, OPT_DTS_COMPRESSION },
{ "dts-compress", no_argument, NULL, OPT_DTS_COMPRESSION },
{ "output-csp", required_argument, NULL, OPT_OUTPUT_CSP },
{ "input-range", required_argument, NULL, OPT_INPUT_RANGE },
{ "stitchable", no_argument, NULL, 0 },
{ "filler", no_argument, NULL, 0 },
{ "stitchable", no_argument, NULL, 0 },
{ "filler", no_argument, NULL, 0 },
#ifdef _WIN32
{ "sub", required_argument, NULL, OPT_SUB},
#endif
Expand All @@ -1580,14 +1580,14 @@ static struct option long_options[] =
{ "acodec-quality", required_argument, NULL, OPT_AUDIOCODECQUALITY },
{ "aextraopt", required_argument, NULL, OPT_AUDIOEXTRAOPT },
{ "chapter", required_argument, NULL, OPT_CHAPTER },
{ "chpl-with-bom", no_argument, NULL, OPT_CHPL_WITH_BOM },
{ "chpl-with-bom", no_argument, NULL, OPT_CHPL_WITH_BOM },
{ "language", required_argument, NULL, OPT_LANGUAGE },
{ "no-container-sar", no_argument, NULL, OPT_NO_CONTAINER_SAR },
{ "no-remux", no_argument, NULL, OPT_NO_REMUX },
{ "no-container-sar", no_argument, NULL, OPT_NO_CONTAINER_SAR },
{ "no-remux", no_argument, NULL, OPT_NO_REMUX },
{ "force-display-size", required_argument, NULL, OPT_FORCE_DISPLAY_SIZE },
{ "fragments", no_argument, NULL, OPT_FRAGMENTS },
{ "fragments", no_argument, NULL, OPT_FRAGMENTS },
{ "priming", required_argument, NULL, OPT_PRIMING },
{NULL, 0, NULL, 0}
{ NULL, 0, NULL, 0}
};

static int select_output( const char *muxer, char *filename, x264_param_t *param, cli_output_opt_t *opt )
Expand Down

0 comments on commit 1028c06

Please sign in to comment.