Add -snapshot.height, -stream.height and -video.height

This commit is contained in:
Kamil Trzciński
2022-10-29 14:30:43 +02:00
committed by Kamil Trzcinski
parent c18561c9f8
commit ca08adb62f
29 changed files with 553 additions and 514 deletions

View File

@ -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);