X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_fspp.h;h=73d8c7c771bd824b74b5d4db8bc3b9c99ae31cbc;hb=7549f0ac1baffabfa964962c0c0067e8da692982;hp=802db1452a3d0054d1fc250b2ae631f6f502ced7;hpb=c3aa4844f393f781df604878ef7896a99917f37b;p=ffmpeg diff --git a/libavfilter/vf_fspp.h b/libavfilter/vf_fspp.h index 802db1452a3..73d8c7c771b 100644 --- a/libavfilter/vf_fspp.h +++ b/libavfilter/vf_fspp.h @@ -31,7 +31,7 @@ #define DCTSIZE 8 #define DCTSIZE_S "8" -#define FIX(x,s) ((int) ((x) * (1 << s) + 0.5) & 0xffff) +#define FIX(x,s) ((x) * (1 << s) + 0.5) #define MULTIPLY16H(x,k) (((x) * (k)) >> 16) #define THRESHOLD(r,x,t) \