mirror of
https://github.com/nu774/fdkaac.git
synced 2025-01-07 21:01:33 +01:00
fix to accept option -C
This commit is contained in:
parent
4d060c0da0
commit
229c3ead72
@ -325,7 +325,7 @@ int parse_options(int argc, char **argv, aacenc_param_ex_t *params)
|
||||
}
|
||||
params->transport_format = n;
|
||||
break;
|
||||
case 'c':
|
||||
case 'C':
|
||||
params->adts_crc_check = 1;
|
||||
break;
|
||||
case 'P':
|
||||
|
Loading…
Reference in New Issue
Block a user