Loading apps/decoder.c +4 −6 Original line number Diff line number Diff line Loading @@ -956,7 +956,7 @@ static bool parseCmdlIVAS_dec( char tmp[4]; strcpy( tmp, argv[i + 1] ); #endif #ifdef FIX_I109_ORIENTATION_TRACKING #ifdef FIX_I109_ORIENTATION_TRACKING // TODO @Philips needs merge with FIX_343_TO_UPPER char *tmp = to_upper( argv[i + 1] ); if ( strcmp( to_upper( tmp ), "NONE" ) == 0 ) { Loading @@ -964,12 +964,10 @@ static bool parseCmdlIVAS_dec( } else if ( strcmp( to_upper( tmp ), "REF" ) == 0 ) #else #ifdef FIX_343_TO_UPPER char tmp[4]; strcpy( tmp, argv[i + 1] ); #endif /* 343 */ if ( strcmp( to_upper( tmp ), "REF" ) == 0 ) #endif /* 109 */ #endif { arg->orientation_tracking = IVAS_PUBLIC_ORIENT_TRK_REF; } Loading Loading
apps/decoder.c +4 −6 Original line number Diff line number Diff line Loading @@ -956,7 +956,7 @@ static bool parseCmdlIVAS_dec( char tmp[4]; strcpy( tmp, argv[i + 1] ); #endif #ifdef FIX_I109_ORIENTATION_TRACKING #ifdef FIX_I109_ORIENTATION_TRACKING // TODO @Philips needs merge with FIX_343_TO_UPPER char *tmp = to_upper( argv[i + 1] ); if ( strcmp( to_upper( tmp ), "NONE" ) == 0 ) { Loading @@ -964,12 +964,10 @@ static bool parseCmdlIVAS_dec( } else if ( strcmp( to_upper( tmp ), "REF" ) == 0 ) #else #ifdef FIX_343_TO_UPPER char tmp[4]; strcpy( tmp, argv[i + 1] ); #endif /* 343 */ if ( strcmp( to_upper( tmp ), "REF" ) == 0 ) #endif /* 109 */ #endif { arg->orientation_tracking = IVAS_PUBLIC_ORIENT_TRK_REF; } Loading