Commit c483c452 authored by vaclav's avatar vaclav
Browse files

correction within NONBE_FIX_913_OMASA_BITBUDGET_VIOLATION

parent 24d5f878
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -658,7 +658,7 @@ ivas_error ivas_cpe_enc(
                max_bits -= nb_bits_metadata;
                max_bits += (int16_t) ( hCPE->brate_surplus / FRAMES_PER_SEC );
#ifdef NONBE_FIX_913_OMASA_BITBUDGET_VIOLATION
                nb_bits = min( nb_bits, 800 - 32 );
                max_bits = min( max_bits, 800 - 32 );
#endif
            }