Ticket #7899: New Text Document.txt

File New Text Document.txt, 433 bytes (added by Dagmar d'Surreal, 14 years ago)

Simple patch to fix this minor bug

Line 
1--- mythplugins/mythweb/modules/stream/stream_flv.pl    (revision 23116)
2+++ mythplugins/mythweb/modules/stream/stream_flv.pl    (working copy)
3@@ -49,7 +49,7 @@
4     $sh->execute($chanid,$starttime);
5     $x = $sh->fetchrow_array;
6     $y = $sh->fetchrow_array if ($x);
7-    $width = round_even(width);
8+    $width = round_even($width);
9     if ($x && $y) {
10         $height = round_even($width * ($y/$x));
11     } else {