[vlc-commits] [Git][videolan/vlc][master] glwin32: add missing video placement init

Steve Lhomme (@robUx4) gitlab at videolan.org
Thu Jan 23 14:22:49 UTC 2025



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
417580d0 by Steve Lhomme at 2025-01-23T14:10:28+00:00
glwin32: add missing video placement init

Following 92018c238e585296f8b8800f303addbd510dd06d the placement
is not set if you don't resize/crop/etc the picture.

- - - - -


1 changed file:

- modules/video_output/win32/glwin32.c


Changes:

=====================================
modules/video_output/win32/glwin32.c
=====================================
@@ -171,7 +171,7 @@ static int Open(vout_display_t *vd,
         return VLC_ENOMEM;
 
     /* */
-    sys->place_changed = false;
+    sys->place_changed = true;
     if (CommonWindowInit(vd, &sys->video_wnd,
                    vd->source->projection_mode != PROJECTION_MODE_RECTANGULAR))
         goto error;



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/417580d0df4da2bd9c0e95237227f9791accc1b1

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/417580d0df4da2bd9c0e95237227f9791accc1b1
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