Commit ae367d5b authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

make arguments to ivas_get_nchan_buffers_dec const and add comments

parent 3cbbe5ea
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -269,8 +269,8 @@ int16_t ivas_get_nchan_buffers_dec(
    Decoder_Struct *st_ivas /* i/o: IVAS decoder structure      */
#ifdef NONBE_FIX_798_OSBA_MC_DEC_CRASH
    ,
    int16_t sba_analysis_order,
    int32_t ivas_total_brate
    const int16_t sba_analysis_order, /* i : SBA order evaluated in DirAC/SPAR encoder   */
    const int32_t ivas_total_brate    /* i : total IVAS bitrate */
#endif
)
{
+3 −3
Original line number Diff line number Diff line
@@ -75,8 +75,8 @@ int16_t ivas_get_nchan_buffers_dec(
    Decoder_Struct *st_ivas                                     /* i/o: IVAS decoder structure                          */
#ifdef NONBE_FIX_798_OSBA_MC_DEC_CRASH
    ,
	int16_t sba_analysis_order,
	int32_t ivas_total_brate
    const int16_t sba_analysis_order,                           /* i  : SBA order evaluated in DirAC/SPAR encoder   */
    const int32_t ivas_total_brate                              /* i : total IVAS bitrate */
#endif
);