[vlc-devel] [PATCH 2/2] Added windowless support to linux
Rémi Denis-Courmont
remi at remlab.net
Mon Nov 19 22:29:10 CET 2012
Hello,
Converting systematically to RV32 is CPU-intensive. And XCreateImage() will
copy every frame a second time. And XPutImage() will copy it another two times
over the socket.
If I get this right, this patch causes every frame to be copied three times
more than previously (four times instead of one). This does not seem like a
good idea at all.
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list