summaryrefslogtreecommitdiff
path: root/libavcodec/fft.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/fft.h')
-rw-r--r--libavcodec/fft.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/fft.h b/libavcodec/fft.h
index 17eb380731..df7ded99a8 100644
--- a/libavcodec/fft.h
+++ b/libavcodec/fft.h
@@ -220,6 +220,7 @@ struct DCTContext {
RDFTContext rdft;
const float *costab;
FFTSample *csc2;
+ void (*dct_calc)(struct DCTContext *s, FFTSample *data);
};
/**