Author | SHA1 | Message | Date |
---|---|---|---|
|
b30575bc98 |
checkasm/sw_rgb: fix the function declaration warning
fix the warning: "function declaration isn’t a prototype", in C int foo() and int foo(void) are different functions. int foo() accepts an arbitrary number of arguments, while int foo(void) accepts 0 arguments. Signed-off-by: Jun Zhao <mypopydev@gmail.com> |
7 years ago |
|
07a566e7d6 |
swscale/swscale_unscaled : add X86_64 (SSE2 and AVX) for uyvyto422
and checkasm test |
7 years ago |
|
a9a7ed4f27 | checkasm/swscale : add test for rgb shuffle_bytes func | 7 years ago |