ffmpeg | branch: master | Carl Eugen Hoyos <[email protected]> | Sun Apr 14 22:56:17 2019 +0200| [c3aa4844f393f781df604878ef7896a99917f37b] | committer: Carl Eugen Hoyos
lavfi/fspp: Remove two unused macros. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c3aa4844f393f781df604878ef7896a99917f37b --- libavfilter/vf_fspp.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavfilter/vf_fspp.h b/libavfilter/vf_fspp.h index 74a34473bb..802db1452a 100644 --- a/libavfilter/vf_fspp.h +++ b/libavfilter/vf_fspp.h @@ -32,8 +32,6 @@ #define DCTSIZE_S "8" #define FIX(x,s) ((int) ((x) * (1 << s) + 0.5) & 0xffff) -#define C64(x) ((uint64_t)((x) | (x) << 16)) <<32 | (uint64_t)(x) | (uint64_t)(x) << 16 -#define FIX64(x,s) C64(FIX(x,s)) #define MULTIPLY16H(x,k) (((x) * (k)) >> 16) #define THRESHOLD(r,x,t) \ _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
