Loading apps/encoder.c +3 −3 Original line number Diff line number Diff line Loading @@ -342,10 +342,10 @@ int main( } } if ( ( arg.headRotationFilePath != NULL ) && ( !isEmptyString( arg.headRotationFilePath ) ) ) { convert_backslash( arg.headRotationFilePath ); if ( !isEmptyString( arg.headRotationFilePath ) ) { if ( RotationFileReader_open( arg.headRotationFilePath, &headRotReader ) != IVAS_ERR_OK ) { fprintf( stderr, "Error opening file: %s\n", arg.headRotationFilePath ); Loading Loading
apps/encoder.c +3 −3 Original line number Diff line number Diff line Loading @@ -342,10 +342,10 @@ int main( } } if ( ( arg.headRotationFilePath != NULL ) && ( !isEmptyString( arg.headRotationFilePath ) ) ) { convert_backslash( arg.headRotationFilePath ); if ( !isEmptyString( arg.headRotationFilePath ) ) { if ( RotationFileReader_open( arg.headRotationFilePath, &headRotReader ) != IVAS_ERR_OK ) { fprintf( stderr, "Error opening file: %s\n", arg.headRotationFilePath ); Loading