vlc | branch: master | David Fuhrmann <[email protected]> | 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; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
