mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
gst/deinterlace2/tvtime/greedy.c: Remove sfence instruction as it's not needed and actually is an SSE instruction.
Original commit message from CVS: * gst/deinterlace2/tvtime/greedy.c: (deinterlace_greedy_packed422_scanline_mmxext): Remove sfence instruction as it's not needed and actually is an SSE instruction.
This commit is contained in:
parent
501437acf9
commit
b64c5620fc
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2008-06-24 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||||
|
|
||||||
|
* gst/deinterlace2/tvtime/greedy.c:
|
||||||
|
(deinterlace_greedy_packed422_scanline_mmxext):
|
||||||
|
Remove sfence instruction as it's not needed and actually is an SSE
|
||||||
|
instruction.
|
||||||
|
|
||||||
2008-06-24 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
2008-06-24 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||||
|
|
||||||
* gst/deinterlace2/tvtime/greedy.c:
|
* gst/deinterlace2/tvtime/greedy.c:
|
||||||
|
|
|
@ -297,7 +297,6 @@ deinterlace_greedy_packed422_scanline_mmxext (GstDeinterlace2 * object,
|
||||||
b1 += 8;
|
b1 += 8;
|
||||||
m2 += 8;
|
m2 += 8;
|
||||||
}
|
}
|
||||||
sfence ();
|
|
||||||
emms ();
|
emms ();
|
||||||
|
|
||||||
if (width > 0)
|
if (width > 0)
|
||||||
|
|
Loading…
Reference in a new issue