]> git.sesse.net Git - vlc/commit
Added a is_forced parameter to VOUT_DISPLAY_CHANGE_DISPLAY_SIZE.
authorLaurent Aimar <fenrir@videolan.org>
Wed, 30 Sep 2009 19:22:17 +0000 (21:22 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Wed, 30 Sep 2009 19:22:17 +0000 (21:22 +0200)
commit2663f4bfeca70d84fb2f52f6b42efeec5a519832
treed5281b6c14afcbfdda025b7d11eb9699903279ed
parent7eadb126ddc6da488a96b48e015a03f9383753a1
Added a is_forced parameter to VOUT_DISPLAY_CHANGE_DISPLAY_SIZE.

 It allows to be sure to avoid infinite ping-pong between
VOUT_DISPLAY_CHANGE_DISPLAY_SIZE and VOUT_DISPLAY_EVENT_DISPLAY_SIZE in
some corner cases or broken "vout window".
include/vlc_vout_display.h
src/video_output/display.c