FFmpeg/libavfilter
Andreas Rheinhardt 03a60b2b30 avfilter/vf_colorspace: Remove redundant emms_c()
It is not even clear what these emms_c() are supposed to achieve:
create_filtergraph() (where it may be called) does not call
ASM functions itself; it merely sets some function pointers.
Furthermore, there are no colorspacedsp functions using MMX
(checked by checkasm which does not use declare_new_emms()).
Finally, checking whether to issue emms_c() is overblown anyway.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2023-09-04 11:04:45 +02:00
..
2022-07-07 17:52:32 +02:00
2023-05-29 00:42:01 +02:00
2023-08-14 11:19:56 +02:00
2022-07-30 11:42:06 +02:00
2022-07-30 11:42:06 +02:00
2023-08-14 11:19:56 +02:00
2023-03-29 00:15:19 +02:00