avcodec/cos_tablegen: extend table generation to 17bits

Fixes compilation of fft with hardcoded tables

Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2016-03-04 23:35:54 -03:00
parent b3dc51dd57
commit a3659ca014
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
#include "libavutil/mathematics.h"
#define BITS 16
#define BITS 17
#define FLOATFMT "%.18e"
#define FIXEDFMT "%6d"