From e30ab38e94252398e4390e12e1a883d24cc5afa5 Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Sun, 21 Mar 2010 11:31:11 +0000 Subject: Call DCT by function pointer. Needed for any future ASM implementation and allows further cleanup. Originally committed as revision 22617 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/fft.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/fft.h') diff --git a/libavcodec/fft.h b/libavcodec/fft.h index 17eb380731..df7ded99a8 100644 --- a/libavcodec/fft.h +++ b/libavcodec/fft.h @@ -220,6 +220,7 @@ struct DCTContext { RDFTContext rdft; const float *costab; FFTSample *csc2; + void (*dct_calc)(struct DCTContext *s, FFTSample *data); }; /** -- cgit v1.2.3