Commit a3659ca0 authored by James Almer's avatar James Almer

avcodec/cos_tablegen: extend table generation to 17bits

Fixes compilation of fft with hardcoded tables
Reviewed-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent b3dc51dd
......@@ -26,7 +26,7 @@
#include "libavutil/mathematics.h"
#define BITS 16
#define BITS 17
#define FLOATFMT "%.18e"
#define FIXEDFMT "%6d"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment