[SCM] libav/experimental: update the API for the idct function

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:39:35 UTC 2013


The following commit has been merged in the experimental branch:
commit 6cc270c2acba1c236e249ec76f877cf014ee70f5
Author: Mike Melanson <mike at multimedia.cx>
Date:   Mon Mar 15 01:21:01 2004 +0000

    update the API for the idct function
    
    Originally committed as revision 2895 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/mlib/dsputil_mlib.c b/libavcodec/mlib/dsputil_mlib.c
index bbd7a98..52a01b3 100644
--- a/libavcodec/mlib/dsputil_mlib.c
+++ b/libavcodec/mlib/dsputil_mlib.c
@@ -407,7 +407,7 @@ static void ff_idct_add_mlib(uint8_t *dest, int line_size, DCTELEM *data)
     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);
 }

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list