x264 -v

x264 -v

x264 -v
 
错误提示:含糊不清的缩写
/* 错误信息 Error messages */
static const char recargchar[] = "option requires an argument -- %c"; /* 错误信息:选项要求一个参数 -- */
static const char recargstring[] = "option requires an argument -- %s"; /* 错误信息:选项要求一个参数 */
static const char ambig[] = "ambiguous option -- %.*s";     /* 错误信息:含糊不清的选项 */
static const char noarg[] = "option doesn't take an argument -- %.*s"; /* 错误信息:选项不需要一个参数 */
static const char illoptchar[] = "unknown option -- %c";    /* 错误信息:未知选项 */
static const char illoptstring[] = "unknown option -- %s";    /* 错误信息:未知选项 */
 
x264 -v