Commit 6364e14f authored by Rémi Duraffort's avatar Rémi Duraffort

LuaHttp: Fix #3628 (update the sout mrl).

(cherry picked from commit 71a9a90ceacd66856978d06bb3f494cfa031b5db)
Signed-off-by: default avatarRémi Duraffort <ivoire@videolan.org>
parent 7cdb4c95
......@@ -1035,8 +1035,8 @@ function update_sout()
if( ( transcode || output ) && checked( 'sout_all' ) )
input_options.push( ":sout-all" );
/*var mrl = document.getElementById( 'sout_mrl' );
mrl.value = input_options.join( " " )*/
var mrl = document.getElementById( 'sout_mrl' );
mrl.value = option;
refresh_input_options_list();
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment