• Michael Niedermayer's avatar
    swscale_mmx: Fix cast qualifier warnings: · 3fd4fe0e
    Michael Niedermayer authored
    libswscale/x86/swscale_mmx.c:131:36: warning: to be safe all intermediate pointers in cast from ‘int16_t **’ to ‘const int16_t **’ must be ‘const’ qualified [-Wcast-qual]
    libswscale/x86/swscale_mmx.c:132:37: warning: to be safe all intermediate pointers in cast from ‘int16_t **’ to ‘const int16_t **’ must be ‘const’ qualified [-Wcast-qual]
    libswscale/x86/swscale_mmx.c:133:74: warning: to be safe all intermediate pointers in cast from ‘int16_t **’ to ‘const int16_t **’ must be ‘const’ qualified [-Wcast-qual]
    Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
    3fd4fe0e
Name
Last commit
Last update
..
rgb2rgb.c Loading commit data...
rgb2rgb_template.c Loading commit data...
scale.asm Loading commit data...
swscale_mmx.c Loading commit data...
swscale_template.c Loading commit data...
yuv2rgb_mmx.c Loading commit data...
yuv2rgb_template.c Loading commit data...