You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
dct/fft: Give consistent names to fixed/float template files
This commit is contained in:
@@ -17,4 +17,4 @@
|
||||
*/
|
||||
|
||||
#define DCT32_FLOAT 0
|
||||
#include "dct32.c"
|
||||
#include "dct32_template.c"
|
||||
|
@@ -17,4 +17,4 @@
|
||||
*/
|
||||
|
||||
#define DCT32_FLOAT 1
|
||||
#include "dct32.c"
|
||||
#include "dct32_template.c"
|
||||
|
@@ -17,4 +17,4 @@
|
||||
*/
|
||||
|
||||
#define CONFIG_FFT_FLOAT 0
|
||||
#include "fft.c"
|
||||
#include "fft_template.c"
|
||||
|
@@ -17,4 +17,4 @@
|
||||
*/
|
||||
|
||||
#define CONFIG_FFT_FLOAT 1
|
||||
#include "fft.c"
|
||||
#include "fft_template.c"
|
||||
|
@@ -17,7 +17,7 @@
|
||||
*/
|
||||
|
||||
#define CONFIG_FFT_FLOAT 0
|
||||
#include "mdct.c"
|
||||
#include "mdct_template.c"
|
||||
|
||||
/* same as ff_mdct_calcw_c with double-width unscaled output */
|
||||
void ff_mdct_calcw_c(FFTContext *s, FFTDouble *out, const FFTSample *input)
|
||||
|
@@ -17,4 +17,4 @@
|
||||
*/
|
||||
|
||||
#define CONFIG_FFT_FLOAT 1
|
||||
#include "mdct.c"
|
||||
#include "mdct_template.c"
|
||||
|
Reference in New Issue
Block a user