Loading apps/decoder.c +1 −1 Original line number Diff line number Diff line Loading @@ -1063,7 +1063,7 @@ static bool parseCmdlIVAS_dec( int16_t level; ++i; level = atoi( argv[i++] ); level = (int16_t) atoi( argv[i++] ); if ( level < IVAS_DEC_COMPLEXITY_LEVEL_ONE || level > IVAS_DEC_COMPLEXITY_LEVEL_THREE ) { fprintf( stdout, "Invalid complexity level specified.\n" ); Loading apps/encoder.c +1 −1 Original line number Diff line number Diff line Loading @@ -1208,7 +1208,7 @@ static bool parseCmdlIVAS_enc( int16_t level; ++i; level = atoi( argv[i++] ); level = (int16_t) atoi( argv[i++] ); if ( level < IVAS_ENC_COMPLEXITY_LEVEL_ONE || level > IVAS_ENC_COMPLEXITY_LEVEL_THREE ) { fprintf( stdout, "Invalid complexity level specified.\n" ); Loading Loading
apps/decoder.c +1 −1 Original line number Diff line number Diff line Loading @@ -1063,7 +1063,7 @@ static bool parseCmdlIVAS_dec( int16_t level; ++i; level = atoi( argv[i++] ); level = (int16_t) atoi( argv[i++] ); if ( level < IVAS_DEC_COMPLEXITY_LEVEL_ONE || level > IVAS_DEC_COMPLEXITY_LEVEL_THREE ) { fprintf( stdout, "Invalid complexity level specified.\n" ); Loading
apps/encoder.c +1 −1 Original line number Diff line number Diff line Loading @@ -1208,7 +1208,7 @@ static bool parseCmdlIVAS_enc( int16_t level; ++i; level = atoi( argv[i++] ); level = (int16_t) atoi( argv[i++] ); if ( level < IVAS_ENC_COMPLEXITY_LEVEL_ONE || level > IVAS_ENC_COMPLEXITY_LEVEL_THREE ) { fprintf( stdout, "Invalid complexity level specified.\n" ); Loading