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 **}’
|
10 years ago | |
|---|---|---|
| .. | ||
| .gitignore | tests: Move all test programs to a subdirectory | 9 years ago |
| colorspace.c | swscale: Add proper ff_ prefix to init functions | 9 years ago |
| swscale.c | swscale-test: const correctness for pointer variable | 9 years ago |