Commit 236c7b49 authored by vaclav's avatar vaclav
Browse files

- add debug file 'res/ivas_total_brate.dec'; under DEBUG_MODE_INFO

parent 7d5ccc2e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -600,6 +600,10 @@ ivas_error ivas_dec(
#ifdef DEBUG_MODE_INFO
    dbgwrite( &st_ivas->bfi, sizeof( int16_t ), 1, output_frame, "res/bfi" );
    dbgwrite( &st_ivas->BER_detect, sizeof( int16_t ), 1, output_frame, "res/BER_detect" );
    {
        float tmpF = ivas_total_brate / 1000.0f;
        dbgwrite( &tmpF, sizeof( float ), 1, output_frame, "res/ivas_total_brate.dec" );
    }
#endif

    wmops_sub_end();