From c098143b66784a518de81bc3f639993ac1d6f3ec Mon Sep 17 00:00:00 2001 From: TheTroll Date: Fri, 26 Feb 2010 17:36:25 +0100 Subject: Fixed external thumbs A/R --- includes/inc_files.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') 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 { -- cgit v1.2.3