Mercurial > libavcodec.hg
changeset 1889:c9b2debe7b2b libavcodec
update the API for the idct function
author | melanson |
---|---|
date | Mon, 15 Mar 2004 01:21:01 +0000 |
parents | 4bbe33eed9f0 |
children | a07406ac4725 |
files | mlib/dsputil_mlib.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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); }