mirror of
https://github.com/mpv-player/mpv
synced 2025-01-18 13:14:36 +00:00
Add forgotten emms which caused weird bugs like nan pts values.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19948 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
64f3fac3a0
commit
067c55bb46
@ -366,6 +366,9 @@ static void filter(struct vf_priv_s *p, uint8_t *dst[3], int dst_stride[3], int
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#if defined(HAVE_MMX) && defined(NAMED_ASM_ARGS)
|
||||||
|
if(gCpuCaps.hasMMX2) asm volatile("emms \n\t" : : : "memory");
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
static int config(struct vf_instance_s* vf,
|
static int config(struct vf_instance_s* vf,
|
||||||
|
Loading…
Reference in New Issue
Block a user