| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
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 **}’
|
10 years ago |
|
|
1263b2039e | Adjust printf conversion specifiers to match variable signedness | 10 years ago |
|
|
facdfe4080 |
swscale: Add proper ff_ prefix to init functions
They are internal symbols that should not be exported. based on a patch by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de> |
9 years ago |
|
|
a6a750c7ef | tests: Move all test programs to a subdirectory | 9 years ago |