]> git.sesse.net Git - vlc/commit
vout: remove harmful or commented out display events
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 23 Oct 2014 18:13:40 +0000 (21:13 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 23 Oct 2014 18:13:40 +0000 (21:13 +0300)
commit9dd3e8fb42fb3314317400059e8630b713221e95
tree87859b7e6331d1421e26ac7051af158b860ec7aa
parent8cffc346abebfb03845212392d5d289c3c97de82
vout: remove harmful or commented out display events

The video output variables currently represent the wanted state, not
the actual state. Forcefully resetting them to the actual state with a
delay can create feedback loops. (Indeed some of the code paths had
already been commented out for that exact reason.)
src/video_output/display.c
src/video_output/event.h