Commit 2758004f authored by Vitor Sessak's avatar Vitor Sessak

DCT: remove unused field from context

Originally committed as revision 22615 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent b78a985a
...@@ -217,7 +217,6 @@ static av_always_inline void ff_rdft_calc(RDFTContext *s, FFTSample *data) ...@@ -217,7 +217,6 @@ static av_always_inline void ff_rdft_calc(RDFTContext *s, FFTSample *data)
struct DCTContext { struct DCTContext {
int nbits; int nbits;
int inverse; int inverse;
FFTSample *data;
RDFTContext rdft; RDFTContext rdft;
const float *costab; const float *costab;
FFTSample *csc2; FFTSample *csc2;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment