Commit a56eaa99 authored by JÜRGEN Gerstacker's avatar JÜRGEN Gerstacker
Browse files

added (Word16) cast to remove a warning from the windows-built

parent 7b5c5eb1
Loading
Loading
Loading
Loading
Loading

lib_enc/ari_enc_fx.c

100644 → 100755
+1 −1
Original line number Diff line number Diff line
@@ -547,7 +547,7 @@ Word16 ari_done_cbr_encoding_14bits_ivas_fx(
    Word16 bp0 = bp;
#endif
    tmp = sub( bits, 16 ); /* Q0 */
    WHILE( GT_16( sub( tmp, bp ), s->bits_to_follow ) )
    WHILE( GT_16( sub( tmp, bp ), (Word16)s->bits_to_follow ) )
    {
#ifdef DEBUG_ARITH_IVAS_REPLACEMENT
        printf( "%s:%d: before  ari_encode_14bits_sign_fx() bp=%d, bits=%d, s=0x%04x,0x%04x,0x%04x\n",