[vlc-commits] fb: remove vout_display_SendEventDisplaySize() call
Rémi Denis-Courmont
git at videolan.org
Sun May 20 19:51:22 CEST 2018
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu May 17 22:19:30 2018 +0300| [7c135b17f8d8254170f80a40e36dc2a3c9a6bc82] | committer: Rémi Denis-Courmont
fb: 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=7c135b17f8d8254170f80a40e36dc2a3c9a6bc82
---
modules/video_output/fb.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/modules/video_output/fb.c b/modules/video_output/fb.c
index f8ee6bed4b..c26492f477 100644
--- a/modules/video_output/fb.c
+++ b/modules/video_output/fb.c
@@ -305,8 +305,6 @@ static int Open(vlc_object_t *object)
vd->display = Display;
vd->control = Control;
- /* */
- vout_display_SendEventDisplaySize(vd, fmt.i_visible_width, fmt.i_visible_height);
return VLC_SUCCESS;
}
More information about the vlc-commits
mailing list