1
0
mirror of https://github.com/nu774/fdkaac.git synced 2025-06-05 23:29:14 +02:00

2 Commits

Author SHA1 Message Date
d6a8b9652a bump version 2013-02-17 21:51:06 +09:00
229c3ead72 fix to accept option -C 2013-02-17 21:44:29 +09:00
2 changed files with 2 additions and 2 deletions

View File

@ -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':

View File

@ -1,4 +1,4 @@
#ifndef VERSION_H
#define VERSION_H
const char *fdkaac_version = "0.1.8";
const char *fdkaac_version = "0.1.9";
#endif