diff avfft.c @ 11535:f468aac92300 libavcodec

Implement the discrete sine/cosine transforms DCT-I and DST-I
author vitor
date Tue, 23 Mar 2010 19:48:16 +0000
parents 384d803faff4
children fb37ee915b73
line wrap: on
line diff
--- a/avfft.c	Tue Mar 23 17:58:39 2010 +0000
+++ b/avfft.c	Tue Mar 23 19:48:16 2010 +0000
@@ -116,7 +116,7 @@
 
 #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));