From e1484ebed6d7a7e193d27e5d5fdf1ee585127081 Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Tue, 23 Mar 2010 19:48:16 +0000 Subject: Implement the discrete sine/cosine transforms DCT-I and DST-I Originally committed as revision 22649 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avfft.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/avfft.c') diff --git a/libavcodec/avfft.c b/libavcodec/avfft.c index c49c9de117..25fc4e0955 100644 --- a/libavcodec/avfft.c +++ b/libavcodec/avfft.c @@ -116,7 +116,7 @@ void av_rdft_end(RDFTContext *s) #if CONFIG_DCT -DCTContext *av_dct_init(int nbits, int inverse) +DCTContext *av_dct_init(int nbits, enum DCTTransformType inverse) { DCTContext *s = av_malloc(sizeof(*s)); -- cgit v1.2.3