Commit fa289a38 authored by sagnowski's avatar sagnowski
Browse files

Fix build after REMOVE_SID_HARM_LEFTOVERS was accepted

parent 133e35bb
Loading
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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 );