James Almer
|
087e9ab1b3
|
Merge commit '0fd0d4fd0a518e30ff23972828ad7cf7f35cfb9d'
* commit '0fd0d4fd0a518e30ff23972828ad7cf7f35cfb9d':
swscale-test: const correctness
Merged-by: James Almer <jamrial@gmail.com>
|
2017-10-30 12:34:40 -03:00 |
|
Michael Niedermayer
|
7796f29065
|
libswscale/tests/swscale: Fix uninitialized variables
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
|
2017-04-30 14:23:27 +02:00 |
|
Diego Biurrun
|
0fd0d4fd0a
|
swscale-test: const correctness
|
2017-04-24 16:10:05 +02:00 |
|
Clément Bœsch
|
46f4f8ad86
|
Merge commit '1263b2039eb5aaf1522e9de9f07c787ab30a5f50'
* commit '1263b2039eb5aaf1522e9de9f07c787ab30a5f50':
Adjust printf conversion specifiers to match variable signedness
Merged-by: Clément Bœsch <u@pkh.me>
|
2017-03-24 13:34:39 +01:00 |
|
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 |
|
Diego Biurrun
|
1263b2039e
|
Adjust printf conversion specifiers to match variable signedness
|
2016-10-28 11:22:21 +02:00 |
|
Michael Niedermayer
|
7a6c288c2b
|
swscale/tests/swscale: add cpuflags option
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
|
2016-09-02 16:14:21 +02:00 |
|
Clément Bœsch
|
5d48e4eafa
|
Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196'
* commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196':
tests: Move all test programs to a subdirectory
Merged-by: Clément Bœsch <clement@stupeflix.com>
|
2016-06-22 13:44:34 +02:00 |
|
Diego Biurrun
|
a6a750c7ef
|
tests: Move all test programs to a subdirectory
|
2016-05-13 14:55:56 +02:00 |
|