diff options
author | Alib <aliboba@free.fr> | 2010-02-26 17:52:47 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-02-26 17:52:47 +0100 |
commit | 307dc9c35c0e2eb9481bb9fa9213773ab01f633b (patch) | |
tree | 32fdc0a788e8173dd066e98601fbeac574edbbba /includes/inc_files.php | |
parent | c717ff82b3d58a1dc43323b53f3e4a4c9bf8b4ec (diff) | |
parent | c098143b66784a518de81bc3f639993ac1d6f3ec (diff) | |
download | istreamdev-307dc9c35c0e2eb9481bb9fa9213773ab01f633b.tar.gz istreamdev-307dc9c35c0e2eb9481bb9fa9213773ab01f633b.tar.bz2 |
Merge branch 'master' of projects.vdr-developer.org:istreamdev
Diffstat (limited to 'includes/inc_files.php')
-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 { |