• Diego Biurrun's avatar
    swscale-test: const correctness for pointer variable · 5c0e2b13
    Diego Biurrun authored
    libswscale/swscale-test.c:369:20: warning: passing argument 2 of ‘sws_scale’ from incompatible pointer type [-Wincompatible-pointer-types]
    libswscale/swscale.h:207:5: note: expected ‘const uint8_t * const* {aka const unsigned char * const*}’ but argument is of type ‘uint8_t ** {aka unsigned char **}’
    5c0e2b13
Name
Last commit
Last update
..
.gitignore Loading commit data...
colorspace.c Loading commit data...
swscale.c Loading commit data...