[vlc-commits] macosx: do not switch mux and access in opens stream	out panel ( fixes #9173)
    David Fuhrmann 
    git at videolan.org
       
    Sun Aug 25 22:25:21 CEST 2013
    
    
  
vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Sun Aug 25 22:24:47 2013 +0200| [761f80281d1b46b41ac95b91088820c31a1a6354] | committer: David Fuhrmann
macosx: do not switch mux and access in opens stream out panel (fixes #9173)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=761f80281d1b46b41ac95b91088820c31a1a6354
---
 modules/gui/macosx/output.m |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/macosx/output.m b/modules/gui/macosx/output.m
index e76b092..8e9109e 100644
--- a/modules/gui/macosx/output.m
+++ b/modules/gui/macosx/output.m
@@ -387,7 +387,7 @@
 
             [o_mrl_string appendFormat:
                         @"standard{mux=%@,access=%@,dst=%@%@}",
-                        o_mode, o_mux_string, o_finalStreamAddress, o_announce];
+                        o_mux_string, o_mode, o_finalStreamAddress, o_announce];
         } else {
             NSString * o_stream_name;
 
    
    
More information about the vlc-commits
mailing list