Commit 133cdf3d authored by Felix Paul Kühne's avatar Felix Paul Kühne Committed by Jean-Baptiste Kempf

macosx_vout: fixed flicker when resizing the vout through AR or crop changes...

macosx_vout: fixed flicker when resizing the vout through AR or crop changes as suggested by David Fuhrmann
(cherry picked from commit 546bfa6bab387cdc783b7cd6fb4f003af5e280f3)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 548b7249
...@@ -334,6 +334,7 @@ static int Control (vout_display_t *vd, int query, va_list ap) ...@@ -334,6 +334,7 @@ static int Control (vout_display_t *vd, int query, va_list ap)
case VOUT_DISPLAY_CHANGE_ZOOM: case VOUT_DISPLAY_CHANGE_ZOOM:
case VOUT_DISPLAY_CHANGE_SOURCE_ASPECT: case VOUT_DISPLAY_CHANGE_SOURCE_ASPECT:
case VOUT_DISPLAY_CHANGE_SOURCE_CROP: case VOUT_DISPLAY_CHANGE_SOURCE_CROP:
return VLC_SUCCESS;
case VOUT_DISPLAY_CHANGE_DISPLAY_SIZE: case VOUT_DISPLAY_CHANGE_DISPLAY_SIZE:
{ {
if (!config_GetInt( vd, "macosx-video-autoresize" )) if (!config_GetInt( vd, "macosx-video-autoresize" ))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment