[FFmpeg-cvslog] lavfi/fspp: Remove two unused macros.
Carl Eugen Hoyos
git at videolan.org
Tue Apr 16 01:44:11 EEST 2019
ffmpeg | branch: master | Carl Eugen Hoyos <ceffmpeg at gmail.com> | 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) \
More information about the ffmpeg-cvslog
mailing list