Skip to content
Snippets Groups Projects
Commit 417580d0 authored by Steve Lhomme's avatar Steve Lhomme
Browse files

glwin32: add missing video placement init

Following 92018c23 the placement
is not set if you don't resize/crop/etc the picture.
parent 336220d8
No related branches found
No related tags found
1 merge request!6699glwin32: add missing video placement init
Pipeline #558518 passed with stages
in 40 minutes and 36 seconds
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment