[FFmpeg-cvslog] avcodec/cos_tablegen: extend table generation to 17bits

James Almer git at videolan.org
Sat Mar 5 04:40:57 CET 2016


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Fri Mar  4 23:35:54 2016 -0300| [a3659ca0148a82d9e92805e17fa7a7880c6f5e5b] | committer: James Almer

avcodec/cos_tablegen: extend table generation to 17bits

Fixes compilation of fft with hardcoded tables

Reviewed-by: Michael Niedermayer <michael at niedermayer.cc>
Signed-off-by: James Almer <jamrial at gmail.com>

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

 libavcodec/cos_tablegen.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/cos_tablegen.c b/libavcodec/cos_tablegen.c
index dbd0cc0..7206aad 100644
--- a/libavcodec/cos_tablegen.c
+++ b/libavcodec/cos_tablegen.c
@@ -26,7 +26,7 @@
 
 #include "libavutil/mathematics.h"
 
-#define BITS 16
+#define BITS 17
 #define FLOATFMT "%.18e"
 #define FIXEDFMT "%6d"
 



More information about the ffmpeg-cvslog mailing list