Commit 4a00768a authored by vitor's avatar vitor

DCT: remove unused field from context


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22615 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 37ca03e7
......@@ -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