summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheTroll <trolldev@gmail.com>2010-02-26 17:36:25 +0100
committerTheTroll <trolldev@gmail.com>2010-02-26 17:36:25 +0100
commitc098143b66784a518de81bc3f639993ac1d6f3ec (patch)
tree8d687314e9f55825a591173224936fa65196c7ed
parente0200f5968480f50cb503c550dff5ab79a514b25 (diff)
downloadistreamdev-c098143b66784a518de81bc3f639993ac1d6f3ec.tar.gz
istreamdev-c098143b66784a518de81bc3f639993ac1d6f3ec.tar.bz2
Fixed external thumbs A/R
-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
{