fix: -L option was not working (resulted in segfault)

This commit is contained in:
nu774 2018-09-03 20:24:29 +09:00
parent 4571d9d76a
commit 3f7b6abd20
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ int parse_options(int argc, char **argv, aacenc_param_ex_t *params)
params->afterburner = 1;
aacenc_getmainargs(&argc, &argv);
while ((ch = getopt_long(argc, argv, "hp:b:m:w:a:Ls:f:CP:G:Io:SR",
while ((ch = getopt_long(argc, argv, "hp:b:m:w:a:L:s:f:CP:G:Io:SR",
long_options, 0)) != EOF) {
switch (ch) {
case 'h':