mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2025-01-26 22:35:04 +00:00
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:
parent
b3dc51dd57
commit
a3659ca014
@ -26,7 +26,7 @@
|
||||
|
||||
#include "libavutil/mathematics.h"
|
||||
|
||||
#define BITS 16
|
||||
#define BITS 17
|
||||
#define FLOATFMT "%.18e"
|
||||
#define FIXEDFMT "%6d"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user