[FFmpeg-cvslog] jfdct: Kill broken cruft

Diego Biurrun git at videolan.org
Sun Mar 19 16:52:00 EET 2017


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sat Jul 30 13:57:31 2016 +0200| [263efc095e6c7ec2902119118b084cea29ea8916] | committer: Diego Biurrun

jfdct: Kill broken cruft

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=263efc095e6c7ec2902119118b084cea29ea8916
---

 libavcodec/jfdctint_template.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/libavcodec/jfdctint_template.c b/libavcodec/jfdctint_template.c
index 3ea2f5d..67fb77b 100644
--- a/libavcodec/jfdctint_template.c
+++ b/libavcodec/jfdctint_template.c
@@ -69,12 +69,7 @@
 #define GLOBAL(x) x
 #define RIGHT_SHIFT(x, n) ((x) >> (n))
 #define MULTIPLY16C16(var,const) ((var)*(const))
-
-#if 1 //def USE_ACCURATE_ROUNDING
 #define DESCALE(x,n)  RIGHT_SHIFT((x) + (1 << ((n) - 1)), n)
-#else
-#define DESCALE(x,n)  RIGHT_SHIFT(x, n)
-#endif
 
 
 /*



More information about the ffmpeg-cvslog mailing list