Skip to content

Commit

Permalink
Add 'Auto' as a valid width on the HLS test page.
Browse files Browse the repository at this point in the history
Allows specifying the height and letting the width be auto calculated.
  • Loading branch information
cpinkham committed Apr 13, 2012
1 parent 0c00c0a commit 0182f85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/html/samples/hlstest.qsp
Expand Up @@ -176,6 +176,7 @@ function listFiles() {
$("#links").html("");
var str = "<hr><form id='playform'>";
str += "<i18n>Width</i18n>: <select name='Width'>" +
"<option value='0' selected>Auto</option>" +
"<option value='288'>288</option>" +
"<option value='400'>400</option>" +
"<option value='480' selected>480</option>" +
Expand Down

0 comments on commit 0182f85

Please sign in to comment.