Add -snapshot.height
, -stream.height
and -video.height
This commit is contained in:

committed by
Kamil Trzcinski

parent
c18561c9f8
commit
ca08adb62f
@ -5,11 +5,9 @@
|
||||
struct http_worker_s;
|
||||
struct buffer_s;
|
||||
|
||||
extern struct buffer_lock_s http_h264;
|
||||
extern struct buffer_lock_s http_h264_lowres;
|
||||
|
||||
extern struct buffer_lock_s http_jpeg;
|
||||
extern struct buffer_lock_s http_jpeg_lowres;
|
||||
extern struct buffer_lock_s snapshot_lock;
|
||||
extern struct buffer_lock_s stream_lock;
|
||||
extern struct buffer_lock_s video_lock;
|
||||
|
||||
// M-JPEG
|
||||
void http_snapshot(struct http_worker_s *worker, FILE *stream);
|
||||
|
Reference in New Issue
Block a user