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)
struct DCTContext {
int nbits;
int inverse;
FFTSample *data;
RDFTContext rdft;
const float *costab;
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