diff mlib/dsputil_mlib.c @ 1889:c9b2debe7b2b libavcodec

update the API for the idct function
author melanson
date Mon, 15 Mar 2004 01:21:01 +0000
parents e94e299aee40
children ef2149182f1c
line wrap: on
line diff
--- a/mlib/dsputil_mlib.c	Mon Mar 15 00:08:24 2004 +0000
+++ b/mlib/dsputil_mlib.c	Mon Mar 15 01:21:01 2004 +0000
@@ -407,7 +407,7 @@
     mlib_VideoAddBlock_U8_S16(dest, (mlib_s16 *)data, line_size);
 }
 
-static void ff_idct_mlib(uint8_t *dest, int line_size, DCTELEM *data)
+static void ff_idct_mlib(DCTELEM *data)
 {
     mlib_VideoIDCT8x8_S16_S16 (data, data);
 }