mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-24 14:36:09 -04:00
whoops fixed errant enum values I forgot to delete
This commit is contained in:
@@ -130,7 +130,7 @@ class Monitor extends AppModel {
|
||||
'Orientation' => array('ROTATE_0','ROTATE_90','ROTATE_180','ROTATE_270','FLIP_HORI','FLIP_VERT'),
|
||||
// mask OutputCodec as its not an Enum in mysql
|
||||
//'OutputCodec' => array( 'h264' ,'mjpeg','mpeg1','mpeg2'),
|
||||
'OutputContainer' => array(1=>'auto',2=>'mp4',3=>'mkv'),
|
||||
'OutputContainer' => array('auto','mp4','mkv'),
|
||||
'DefaultView' => array('Events','Control'),
|
||||
#'Status' => array('Unknown','NotRunning','Running','NoSignal','Signal'),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user