]> git.sesse.net Git - vlc/commit
SDL: check that the vout is not windowed
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 14 Oct 2014 19:43:23 +0000 (22:43 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 16 Oct 2014 17:23:39 +0000 (20:23 +0300)
commit9b24bfb5b3b9f07c3cc0e54480ba0bc12a92748f
treed148df2483b14840c87322ca293ad13e582851a9
parente04a1207ea85bbb8e43440e26d0c17f13f73e6e6
SDL: check that the vout is not windowed

If there is a window, it has to be used given the video output has non-zero
priority. Unfortunately, there are no good ways to run SDL within a window
(it can be done, but it is not thread-safe).
modules/video_output/sdl.c