fix lq video stream size

This commit is contained in:
MaZderMind 2014-10-19 20:48:12 +02:00
parent aa10d8d0e7
commit 7b7de7c3eb

View file

@ -31,8 +31,8 @@ switch($format) {
case 'lq':
$type = 'video';
$width = 512;
$height = 288;
$width = 640;
$height = 360;
break;
}