summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xincludes/inc_files.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/inc_files.php b/includes/inc_files.php
index a13478c..a968dce 100755
--- a/includes/inc_files.php
+++ b/includes/inc_files.php
@@ -44,7 +44,7 @@ function mediagetinfostream($stream = "")
if ($fileinfo['video']['resolution_y'] && $fileinfo['video']['resolution_x'])
$resy = ($fileinfo['video']['resolution_y'] * 180) / $fileinfo['video']['resolution_x'];
- exec("cp \"" .$file ."\" ram/stream-tb-tmp.jpg; " .$ffmpegpath ." -y -i ram/stream-tb-tmp.jpg -s 128x" .$resy ." ram/stream-tb.jpg");
+ exec("cp \"" .$file ."\" ram/stream-tb-tmp.jpg; " .$ffmpegpath ." -y -i ram/stream-tb-tmp.jpg -s 180x" .$resy ." ram/stream-tb.jpg");
}
else
{