• Michael Niedermayer's avatar
    sws: Fix: · 58eca517
    Michael Niedermayer authored
    libswscale/utils.c:941:13: warning: passing argument 5 of ‘initMMX2HScaler’ from incompatible pointer type
    libswscale/utils.c:524:12: note: expected ‘int32_t *’ but argument is of type ‘int16_t *’
    libswscale/utils.c:942:13: warning: passing argument 5 of ‘initMMX2HScaler’ from incompatible pointer type
    libswscale/utils.c:524:12: note: expected ‘int32_t *’ but argument is of type ‘int16_t *’
    Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
    58eca517
utils.c 54.7 KB