Loading apps/decoder.c +1 −7 Original line number Original line Diff line number Diff line Loading @@ -1742,7 +1742,7 @@ static ivas_error parseQuaternionData( { { { { /* Recieved values can be seen in console */ /* Recieved values can be seen in console */ /* printf( "[rotation: w=%+.2f, x=%+.2f, y=%+.2f, z=%+.2f]\n", w, x, y, z ); */ printf( "[rotation: w=%+.2f, x=%+.2f, y=%+.2f, z=%+.2f]\n", w, x, y, z ); pQuaternion->w = w; pQuaternion->w = w; pQuaternion->x = x; pQuaternion->x = x; Loading Loading @@ -2563,12 +2563,6 @@ static ivas_error decodeG192( goto cleanup; goto cleanup; } } } } else { break; } #else break; #endif #endif } } fprintf( stderr, "\nError: input bitstream file couldn't be read: %s \n\n", arg.inputBitstreamFilename ); fprintf( stderr, "\nError: input bitstream file couldn't be read: %s \n\n", arg.inputBitstreamFilename ); Loading Loading
apps/decoder.c +1 −7 Original line number Original line Diff line number Diff line Loading @@ -1742,7 +1742,7 @@ static ivas_error parseQuaternionData( { { { { /* Recieved values can be seen in console */ /* Recieved values can be seen in console */ /* printf( "[rotation: w=%+.2f, x=%+.2f, y=%+.2f, z=%+.2f]\n", w, x, y, z ); */ printf( "[rotation: w=%+.2f, x=%+.2f, y=%+.2f, z=%+.2f]\n", w, x, y, z ); pQuaternion->w = w; pQuaternion->w = w; pQuaternion->x = x; pQuaternion->x = x; Loading Loading @@ -2563,12 +2563,6 @@ static ivas_error decodeG192( goto cleanup; goto cleanup; } } } } else { break; } #else break; #endif #endif } } fprintf( stderr, "\nError: input bitstream file couldn't be read: %s \n\n", arg.inputBitstreamFilename ); fprintf( stderr, "\nError: input bitstream file couldn't be read: %s \n\n", arg.inputBitstreamFilename ); Loading