[vlc-commits] vmem: remove vout_display_SendEventDisplaySize() call
Rémi Denis-Courmont
git at videolan.org
Sun May 20 19:51:23 CEST 2018
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu May 17 22:19:30 2018 +0300| [f3d57cb012a9bb1076bc610a9e8d78a293da8952] | committer: Rémi Denis-Courmont
vmem: remove vout_display_SendEventDisplaySize() call
Since the video output does not handle the CHANGE_DISPLAY_SIZE control,
this had no effects.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f3d57cb012a9bb1076bc610a9e8d78a293da8952
---
modules/video_output/vmem.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/video_output/vmem.c b/modules/video_output/vmem.c
index 0b0db79dd1..9c529e4a5e 100644
--- a/modules/video_output/vmem.c
+++ b/modules/video_output/vmem.c
@@ -217,7 +217,6 @@ static int Open(vlc_object_t *object)
vd->control = Control;
/* */
- vout_display_SendEventDisplaySize(vd, fmt.i_width, fmt.i_height);
vout_display_DeleteWindow(vd, NULL);
return VLC_SUCCESS;
}
More information about the vlc-commits
mailing list