mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-19 03:56:18 -04:00
Put back OutputCodec as updates require it exists
This commit is contained in:
@@ -559,6 +559,7 @@ CREATE TABLE `Monitors` (
|
||||
`DecoderHWAccelDevice` varchar(255),
|
||||
`SaveJPEGs` TINYINT NOT NULL DEFAULT '3' ,
|
||||
`VideoWriter` TINYINT NOT NULL DEFAULT '0',
|
||||
`OutputCodec` int(10) unsigned NOT NULL default 0, /* Deprecated */
|
||||
`OutputCodecName` varchar(32) NOT NULL default 'auto',
|
||||
`Encoder` varchar(32),
|
||||
`EncoderHWAccelName` varchar(64),
|
||||
|
||||
Reference in New Issue
Block a user