]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dirac_dwt.h
avcodec/huffyuvdspenc : reorganize diff_int16
[ffmpeg] / libavcodec / dirac_dwt.h
index 35ed8857e9e80c171c5034f7e9b830bac0a7f112..f9a9e9e1b379c75febe34c31b2437091d09322af 100644 (file)
@@ -102,7 +102,7 @@ void ff_spatial_idwt_slice2(DWTContext *d, int y);
     (b2 + ((int)(-b0 + 9U*b1 + 9U*b3 - b4 + 8) >> 4))
 
 #define COMPOSE_DD137iL0(b0, b1, b2, b3, b4)\
-    (b2 - ((-b0 + 9*b1 + 9*b3 - b4 + 16) >> 5))
+    (b2 - ((int)(-b0 + 9U*b1 + 9U*b3 - b4 + 16) >> 5))
 
 #define COMPOSE_HAARiL0(b0, b1)\
     (b0 - ((b1 + 1) >> 1))