[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 19:52:58 CET 2012
    
    
  
vlc/vlc-2.0 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Feb 12 18:31:11 2012 +0100| [133cdf3d0d59cba2f61517c226ff85e74d7a6097] | committer: Jean-Baptiste Kempf
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: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=133cdf3d0d59cba2f61517c226ff85e74d7a6097
---
 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 9cc8671..ae064a9 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