]> git.sesse.net Git - vlc/blobdiff - share/http/dialogs/sout
Fix description
[vlc] / share / http / dialogs / sout
index fd741e3d136c79b76688e20a1cb583221879c982..76f6d727d307f5653267055d1d1570879541cd42 100644 (file)
@@ -45,7 +45,7 @@ Note that the sout chain is used and sent to VLC by the input dialog
       <br/>
       <input type="button" value="Save" onclick="save_sout();" />
     <vlc id="end" />
-    <input type="button" value="Cancel" onclick="reset_sout();"/>
+    <input type="button" value="Reset" onclick="reset_sout();"/>
     <input type="hidden" id="sout_old_mrl" value="" /> <!-- FIXME -->
     <input type="button" id="sout_helper_toggle" onclick="toggle_show_sout_helper()" value="Hide sout interface" />
   </div>
@@ -157,6 +157,7 @@ Note that the sout chain is used and sent to VLC by the input dialog
     </div>
     <hr/>
     <div id="sout_transcode">
+      <input type="hidden" id="sout_transcode_extra" value="" />
       <table>
         <tr>
           <td>
@@ -223,7 +224,7 @@ Note that the sout chain is used and sent to VLC by the input dialog
               <option value="mp2a">mp2a</option>
               <option value="mp3">mp3</option>
               <option value="mp4a">mp4a</option>
-              <option value="a42">a52</option>
+              <option value="a52">a52</option>
               <option value="vorb">vorb</option>
               <option value="flac">flac</option>
               <option value="spx">spx</option>
@@ -289,6 +290,5 @@ Note that the sout chain is used and sent to VLC by the input dialog
       <label for="sout_ttl">Time-To-Live (TTL)</label>
       <input type="text" id="sout_ttl" onchange="update_sout()"/>
     </div>
-    <input type="hidden" id="sout_extra" value="" />
   </div>
 </div>