diff --git a/x264.c b/x264.c index bc63ab0a..35b05add 100644 --- a/x264.c +++ b/x264.c @@ -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 }, @@ -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 }, @@ -1512,7 +1512,7 @@ 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 }, @@ -1520,7 +1520,7 @@ static struct option long_options[] = { "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 }, @@ -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 }, @@ -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 @@ -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 )