[FFmpeg-cvslog] r22615 - trunk/libavcodec/fft.h
vitor
subversion
Sun Mar 21 12:24:01 CET 2010
Author: vitor
Date: Sun Mar 21 12:24:01 2010
New Revision: 22615
Log:
DCT: remove unused field from context
Modified:
trunk/libavcodec/fft.h
Modified: trunk/libavcodec/fft.h
==============================================================================
--- trunk/libavcodec/fft.h Sun Mar 21 11:26:09 2010 (r22614)
+++ trunk/libavcodec/fft.h Sun Mar 21 12:24:01 2010 (r22615)
@@ -217,7 +217,6 @@ static av_always_inline void ff_rdft_cal
struct DCTContext {
int nbits;
int inverse;
- FFTSample *data;
RDFTContext rdft;
const float *costab;
FFTSample *csc2;
More information about the ffmpeg-cvslog
mailing list