Add -snapshot.height, -stream.height and -video.height
This commit is contained in:
committed by
Kamil Trzcinski
parent
c18561c9f8
commit
ca08adb62f
@@ -1,7 +1,5 @@
|
||||
#include "device/buffer_lock.h"
|
||||
|
||||
DEFINE_BUFFER_LOCK(http_h264, 0);
|
||||
DEFINE_BUFFER_LOCK(http_h264_lowres, 0);
|
||||
|
||||
DEFINE_BUFFER_LOCK(http_jpeg, 1000);
|
||||
DEFINE_BUFFER_LOCK(http_jpeg_lowres, 1000);
|
||||
DEFINE_BUFFER_LOCK(snapshot_lock, 1000);
|
||||
DEFINE_BUFFER_LOCK(stream_lock, 0);
|
||||
DEFINE_BUFFER_LOCK(video_lock, 0);
|
||||
|
||||
Reference in New Issue
Block a user