changeset 11516:628a6ba6a4af libavcodec

DCT: remove unused field from context
author vitor
date Sun, 21 Mar 2010 11:24:01 +0000
parents 34080d73a504
children e3b680f6c106
files fft.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/fft.h	Sun Mar 21 10:26:09 2010 +0000
+++ b/fft.h	Sun Mar 21 11:24:01 2010 +0000
@@ -217,7 +217,6 @@
 struct DCTContext {
     int nbits;
     int inverse;
-    FFTSample *data;
     RDFTContext rdft;
     const float *costab;
     FFTSample *csc2;