forked from FFmpeg/FFmpeg
DCT: remove unused field from context
Originally committed as revision 22615 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b78a985afb
commit
2758004fce
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue