summaryrefslogtreecommitdiff
path: root/libavcodec/rdft.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/rdft.h')
-rw-r--r--libavcodec/rdft.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/rdft.h b/libavcodec/rdft.h
index 8ff620fb59..f9a23ffce0 100644
--- a/libavcodec/rdft.h
+++ b/libavcodec/rdft.h
@@ -48,7 +48,7 @@ extern SINTABLE(16384);
extern SINTABLE(32768);
extern SINTABLE(65536);
-struct RDFTContext {
+typedef struct RDFTContext {
int nbits;
int inverse;
int sign_convention;
@@ -58,7 +58,7 @@ struct RDFTContext {
SINTABLE_CONST FFTSample *tsin;
FFTContext fft;
void (*rdft_calc)(struct RDFTContext *s, FFTSample *z);
-};
+} RDFTContext;
/**
* Set up a real FFT.