Commit 546bfa6b authored by Felix Paul Kühne's avatar Felix Paul Kühne

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
parent 9892a1ce
......@@ -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_SOURCE_ASPECT:
case VOUT_DISPLAY_CHANGE_SOURCE_CROP:
return VLC_SUCCESS;
case VOUT_DISPLAY_CHANGE_DISPLAY_SIZE:
{
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