Added 3x and 1/3x scales.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@657 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
cc0c6666e6
commit
f905194f62
|
@ -54,9 +54,11 @@ $rates = array(
|
|||
|
||||
$scales = array(
|
||||
"4" => "4x",
|
||||
"3" => "3x",
|
||||
"2" => "2x",
|
||||
"1" => "Real",
|
||||
"1" => "Actual",
|
||||
"-2" => "1/2x",
|
||||
"-3" => "1/3x",
|
||||
"-4" => "1/4x",
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue