1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00
FFmpeg/libswscale/tests
Diego Biurrun 5c0e2b13eb swscale-test: const correctness for pointer variable
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 **}’
2017-01-24 13:03:57 +01:00
..
.gitignore tests: Move all test programs to a subdirectory 2016-05-13 14:55:56 +02:00
colorspace.c swscale: Add proper ff_ prefix to init functions 2016-07-16 17:38:37 +02:00
swscale.c swscale-test: const correctness for pointer variable 2017-01-24 13:03:57 +01:00