diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2010-03-21 11:24:01 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2010-03-21 11:24:01 +0000 |
commit | 2758004fce43a3462d437422a071649111d15f83 (patch) | |
tree | ce53fdea2795b607f959ac3bdf0475702aebc6ea | |
parent | b78a985afb742b805e55dad638eae6ad5cf51c5c (diff) | |
download | ffmpeg-2758004fce43a3462d437422a071649111d15f83.tar.gz |
DCT: remove unused field from context
Originally committed as revision 22615 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/fft.h | 1 |
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; |