You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
checkasm: swscale: Fix running the hscale test on 32 bit x86
This function doesn't call emms. Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
@@ -63,7 +63,7 @@ static void check_hscale(void)
|
|||||||
|
|
||||||
// The dst parameter here is either int16_t or int32_t but we use void* to
|
// The dst parameter here is either int16_t or int32_t but we use void* to
|
||||||
// just cover both cases.
|
// just cover both cases.
|
||||||
declare_func(void, void *c, void *dst, int dstW,
|
declare_func_emms(AV_CPU_FLAG_MMX, void, void *c, void *dst, int dstW,
|
||||||
const uint8_t *src, const int16_t *filter,
|
const uint8_t *src, const int16_t *filter,
|
||||||
const int32_t *filterPos, int filterSize);
|
const int32_t *filterPos, int filterSize);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user