Loading apps/decoder.c +0 −4 Original line number Diff line number Diff line Loading @@ -1824,11 +1824,7 @@ static ivas_error printBitstreamInfoVoip( fprintf( stderr, "failed to read first RTP packet\n" ); goto cleanup; } #ifdef REMOVE_SID_HARM_LEFTOVERS } while ( !qBit || auSizeBits < MIN_NUM_BITS_ACTIVE_FRAME || auSizeBits == NUM_BITS_SID_IVAS_5K2 ); #else } while ( !qBit || auSizeBits < MIN_NUM_BITS_ACTIVE_FRAME || auSizeBits == NUM_BITS_SID_IVAS_4K4 || auSizeBits == NUM_BITS_SID_IVAS_7K8 || auSizeBits == NUM_BITS_SID_IVAS_9K3 || auSizeBits == NUM_BITS_SID_IVAS_10K2 ); #endif BS_Reader_Rewind( hBsReader ); Loading Loading
apps/decoder.c +0 −4 Original line number Diff line number Diff line Loading @@ -1824,11 +1824,7 @@ static ivas_error printBitstreamInfoVoip( fprintf( stderr, "failed to read first RTP packet\n" ); goto cleanup; } #ifdef REMOVE_SID_HARM_LEFTOVERS } while ( !qBit || auSizeBits < MIN_NUM_BITS_ACTIVE_FRAME || auSizeBits == NUM_BITS_SID_IVAS_5K2 ); #else } while ( !qBit || auSizeBits < MIN_NUM_BITS_ACTIVE_FRAME || auSizeBits == NUM_BITS_SID_IVAS_4K4 || auSizeBits == NUM_BITS_SID_IVAS_7K8 || auSizeBits == NUM_BITS_SID_IVAS_9K3 || auSizeBits == NUM_BITS_SID_IVAS_10K2 ); #endif BS_Reader_Rewind( hBsReader ); Loading