Commit 9b1614d9 authored by TYAGIRIS's avatar TYAGIRIS
Browse files

windows warning fix in encoder

parent 9d26ba65
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 );