Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/fft.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/fft.h b/libavcodec/fft.h
index 0c13bb634a..17eb380731 100644
--- a/libavcodec/fft.h
+++ b/libavcodec/fft.h
@@ -217,7 +217,6 @@ static av_always_inline void ff_rdft_calc(RDFTContext *s, FFTSample *data)
struct DCTContext {
int nbits;
int inverse;
- FFTSample *data;
RDFTContext rdft;
const float *costab;
FFTSample *csc2;