Commit e5b4a0e8 authored by Vidhya V P's avatar Vidhya V P
Browse files

Reverted the change in reset_metadata_spatial()

parent 8d45ee8b
Loading
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -1280,14 +1280,11 @@ void reset_metadata_spatial(
#endif
                hMetaData->ind_list[0].value = 1;
                metadata_sid_bits = (int16_t) ( IVAS_SID_5k2 - SID_2k40 ) / FRAMES_PER_SEC - SID_FORMAT_NBITS;
#ifdef FIX_137_SID_MD_BITS
                assert( hMetaData->nb_bits_tot == metadata_sid_bits );
#else

                while ( hMetaData->nb_bits_tot < metadata_sid_bits )
                {
                    push_next_indice( hMetaData, 0, 1 ); /*fill bit*/
                }
#endif
            }
            else
            {