[vlc-commits] ios: remove incorrect handling of window state change
Rémi Denis-Courmont
git at videolan.org
Thu Oct 16 19:26:06 CEST 2014
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Oct 12 18:55:05 2014 +0300| [a7cf217db750e4bc7fe5c317ffd163599580abc4] | committer: Rémi Denis-Courmont
ios: remove incorrect handling of window state change
The parameter is not "const vout_display_cfg_t *". This could not work.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a7cf217db750e4bc7fe5c317ffd163599580abc4
---
modules/video_output/ios2.m | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/video_output/ios2.m b/modules/video_output/ios2.m
index 13e9099..e58abb0 100644
--- a/modules/video_output/ios2.m
+++ b/modules/video_output/ios2.m
@@ -264,7 +264,6 @@ static int Control(vout_display_t *vd, int query, va_list ap)
return VLC_EGENERIC;
case VOUT_DISPLAY_CHANGE_FULLSCREEN:
- case VOUT_DISPLAY_CHANGE_WINDOW_STATE:
case VOUT_DISPLAY_CHANGE_DISPLAY_FILLED:
case VOUT_DISPLAY_CHANGE_ZOOM:
case VOUT_DISPLAY_CHANGE_SOURCE_ASPECT:
More information about the vlc-commits
mailing list