]> git.sesse.net Git - vlc/commit
vout: create the window just once at startup
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 11 Oct 2014 17:16:51 +0000 (20:16 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 16 Oct 2014 17:23:38 +0000 (20:23 +0300)
commit2f460392f0bf31114ae81a71adc2bb28c54235e2
treee573b144bc0ac4c70576d14f142ee574fed7cb5f
parent8e57077570da00821ea6092901e4b9f5e30701e7
vout: create the window just once at startup

This enables recycling the window when multiple window types are
involved. and avoids visual glitches.
src/video_output/video_output.c
src/video_output/vout_internal.h