emotion/libvlc: use vlc vout display module
authorThomas Guillem <thomas@gllm.fr>
Fri, 25 Mar 2016 08:05:38 +0000 (09:05 +0100)
committerJean-Philippe Andre <jp.andre@samsung.com>
Mon, 28 Mar 2016 07:40:02 +0000 (16:40 +0900)
commita6bd5dda420520a509fc1cee26e131a13401348f
tree1886264b09074ee64d417e94621c6c5ff9627fa8
parent50d9f63c2e8e3773f3e433168c3b8020ac192ee4
emotion/libvlc: use vlc vout display module

The vlc vout display module adds key and mouse event support. It improves
performances since a video filter is not needed anymore to scale the image, and
direct rendering with vlc avcodec module is now possible (less memcpy).
src/modules/emotion/libvlc/emotion_libvlc.c