[vlc-commits] [Git][videolan/vlc][master] vout: caopengllayer: fix resize
    Hugo Beauzée-Luyssen (@chouquette) 
    gitlab at videolan.org
       
    Thu May 19 15:03:52 UTC 2022
    
    
  
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC
Commits:
c3df9c37 by Marvin Scholz at 2022-05-19T14:46:04+00:00
vout: caopengllayer: fix resize
Fixes a regression from c58018e41f11479c91b1cfe2a49c4f09426fc87e
- - - - -
1 changed file:
- modules/video_output/caopengllayer.m
Changes:
=====================================
modules/video_output/caopengllayer.m
=====================================
@@ -895,7 +895,7 @@ shouldInheritContentsScale:(CGFloat)newScale
                 sys->cfg.display.width = newSize.width;
                 sys->cfg.display.height = newSize.height;
 
-                vout_display_PlacePicture(&sys->place, _voutDisplay->source, &sys->cfg);
+                vout_display_PlacePicture(&sys->place, _voutDisplay->source, &sys->cfg.display);
             }
         }
 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c3df9c37123acd2575b309ddc4591fc75debe57d
-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c3df9c37123acd2575b309ddc4591fc75debe57d
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
    
    
More information about the vlc-commits
mailing list