diff options
author | TheTroll <trolldev@gmail.com> | 2010-02-26 17:36:25 +0100 |
---|---|---|
committer | TheTroll <trolldev@gmail.com> | 2010-02-26 17:36:25 +0100 |
commit | c098143b66784a518de81bc3f639993ac1d6f3ec (patch) | |
tree | 8d687314e9f55825a591173224936fa65196c7ed | |
parent | e0200f5968480f50cb503c550dff5ab79a514b25 (diff) | |
download | istreamdev-c098143b66784a518de81bc3f639993ac1d6f3ec.tar.gz istreamdev-c098143b66784a518de81bc3f639993ac1d6f3ec.tar.bz2 |
Fixed external thumbs A/R
-rwxr-xr-x | includes/inc_files.php | 2 |
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 { |