You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
dct-test: fix incompatible pointer types warning
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -103,7 +103,7 @@ static const struct algo fdct_tab[] = {
|
|||||||
void ff_prores_idct_put_10_sse2(uint16_t *dst, int linesize,
|
void ff_prores_idct_put_10_sse2(uint16_t *dst, int linesize,
|
||||||
DCTELEM *block, int16_t *qmat);
|
DCTELEM *block, int16_t *qmat);
|
||||||
|
|
||||||
static void ff_prores_idct_put_10_sse2_wrap(uint16_t *dst){
|
static void ff_prores_idct_put_10_sse2_wrap(DCTELEM *dst){
|
||||||
int16_t qmat[64]; int i;
|
int16_t qmat[64]; int i;
|
||||||
int16_t tmp[64];
|
int16_t tmp[64];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user