[vlc-commits] macosx_vout: fixed flicker when resizing the vout through AR or crop changes as suggested by David Fuhrmann

Felix Paul Kühne git at videolan.org
Sun Feb 12 18:31:41 CET 2012


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Feb 12 18:31:11 2012 +0100| [546bfa6bab387cdc783b7cd6fb4f003af5e280f3] | committer: Felix Paul Kühne

macosx_vout: fixed flicker when resizing the vout through AR or crop changes as suggested by David Fuhrmann

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=546bfa6bab387cdc783b7cd6fb4f003af5e280f3
---

 modules/video_output/macosx.m |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/video_output/macosx.m b/modules/video_output/macosx.m
index be267e6..0c9072f 100644
--- a/modules/video_output/macosx.m
+++ b/modules/video_output/macosx.m
@@ -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" ))



More information about the vlc-commits mailing list