You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Merge commit '060e4a9e0627adcda9101dd68ec7f22b4ce22b5b'
* commit '060e4a9e0627adcda9101dd68ec7f22b4ce22b5b': dct/rdft: Remove duplicate typedefs for context structs See:005e81d6cf
See:77304cf352
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -39,9 +39,11 @@
|
||||
#include "libavutil/mathematics.h"
|
||||
#include "libavutil/time.h"
|
||||
|
||||
#include "dct.h"
|
||||
#include "fft.h"
|
||||
#if FFT_FLOAT
|
||||
#include "dct.h"
|
||||
#include "rdft.h"
|
||||
#endif
|
||||
|
||||
/* reference fft */
|
||||
|
||||
|
Reference in New Issue
Block a user