Hi!

Attached patch removes two unused macros as a preparation for a new patch
to silence a clang warning.

Please comment, Carl Eugen
From 133f21a9df22f5ae15ea7feef57bb6c1bc7a7bf4 Mon Sep 17 00:00:00 2001
From: Carl Eugen Hoyos <ceffm...@gmail.com>
Date: Sun, 14 Apr 2019 22:56:17 +0200
Subject: [PATCH] lavfi/fspp: Remove two unused macros.

---
 libavfilter/vf_fspp.h |    2 --
 1 file changed, 2 deletions(-)

diff --git a/libavfilter/vf_fspp.h b/libavfilter/vf_fspp.h
index 74a3447..802db14 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)                         \
-- 
1.7.10.4

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to