Loading lib_com/bitstream.c +1 −1 Original line number Diff line number Diff line Loading @@ -2981,7 +2981,7 @@ void dtx_read_padding_bits( int16_t num_bits ) { /* TODO: temporary hack, need to decide what to do with core-coder bitrate */ int16_t tmp; int32_t tmp; tmp = st->total_brate; st->total_brate = st->total_brate + num_bits * FRAMES_PER_SEC; get_next_indice( st, num_bits ); Loading Loading
lib_com/bitstream.c +1 −1 Original line number Diff line number Diff line Loading @@ -2981,7 +2981,7 @@ void dtx_read_padding_bits( int16_t num_bits ) { /* TODO: temporary hack, need to decide what to do with core-coder bitrate */ int16_t tmp; int32_t tmp; tmp = st->total_brate; st->total_brate = st->total_brate + num_bits * FRAMES_PER_SEC; get_next_indice( st, num_bits ); Loading