fix to accept option -C
authornu774 <honeycomb77@gmail.com>
Sun, 17 Feb 2013 12:44:29 +0000 (21:44 +0900)
committernu774 <honeycomb77@gmail.com>
Sun, 17 Feb 2013 12:44:29 +0000 (21:44 +0900)
src/main.c

index 59f2b979b469d8bc07af17bec662e3755fcd3886..84690a175d6d8ab74fdd0021650f597541fe2f84 100644 (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':
This page took 0.010683 seconds and 4 git commands to generate.