vlc | branch: master | Steve Lhomme <rob...@ycbcr.xyz> | Wed Jul 11 15:21:17 
2018 +0200| [0c26c96ef5bd81a3404414b571963fc41f71000a] | committer: Steve Lhomme

flaschen: the port is constant

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0c26c96ef5bd81a3404414b571963fc41f71000a
---

 modules/video_output/flaschen.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/video_output/flaschen.c b/modules/video_output/flaschen.c
index 63b6f11372..28f15e6c1d 100644
--- a/modules/video_output/flaschen.c
+++ b/modules/video_output/flaschen.c
@@ -92,7 +92,7 @@ static int Open(vlc_object_t *object)
     vout_display_t *vd = (vout_display_t *)object;
     vout_display_sys_t *sys;
     int fd;
-    unsigned port = 1337;
+    const unsigned port = 1337;
 
     vd->sys = sys = calloc(1, sizeof(*sys));
     if (!sys)

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to