summaryrefslogtreecommitdiff
path: root/libavcodec/fft.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/fft.h')
-rw-r--r--libavcodec/fft.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libavcodec/fft.h b/libavcodec/fft.h
index f3e7d7aa4e..9c2345a0bd 100644
--- a/libavcodec/fft.h
+++ b/libavcodec/fft.h
@@ -195,10 +195,10 @@ void ff_mdct_end(FFTContext *s);
/* Real Discrete Fourier Transform */
enum RDFTransformType {
- RDFT,
- IRDFT,
- RIDFT,
- IRIDFT,
+ DFT_R2C,
+ IDFT_C2R,
+ IDFT_R2C,
+ DFT_C2R,
};
typedef struct {