X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fh264_cabac.c;h=17a4bdadd692dac296ecced8166cbeda327c9617;hb=a9f9b7f5c70e80245983e67b8ed23212d9637645;hp=fe83425d131a39e0d25a06e7c04514622de8a25d;hpb=9f1c81e5ec90fcfa7efc088d769b9e339a252bfb;p=ffmpeg diff --git a/libavcodec/h264_cabac.c b/libavcodec/h264_cabac.c index fe83425d131..17a4bdadd69 100644 --- a/libavcodec/h264_cabac.c +++ b/libavcodec/h264_cabac.c @@ -1743,7 +1743,7 @@ decode_cabac_residual_internal(const H264Context *h, H264SliceContext *sl, while( j-- ) { \ coeff_abs += coeff_abs + get_cabac_bypass( CC ); \ } \ - coeff_abs+= 14; \ + coeff_abs+= 14U; \ } \ \ if( is_dc ) { \