From 2758004fce43a3462d437422a071649111d15f83 Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Sun, 21 Mar 2010 11:24:01 +0000 Subject: DCT: remove unused field from context Originally committed as revision 22615 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/fft.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/fft.h') 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; -- cgit v1.2.3