[vlc-commits] flaschen: the port is constant

Steve Lhomme git at videolan.org
Wed Jul 11 15:35:22 CEST 2018


vlc | branch: master | Steve Lhomme <robux4 at 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)



More information about the vlc-commits mailing list