mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-02 21:01:56 +00:00
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
@ -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…
Reference in New Issue
Block a user