Remove rtsp_options from output/rtsp

This commit is contained in:
Kamil Trzcinski
2022-09-03 10:20:17 +02:00
parent df67c0272e
commit 328198745b
3 changed files with 6 additions and 7 deletions

View File

@ -4,9 +4,7 @@ typedef struct rtsp_options_s {
uint port;
} rtsp_options_t;
extern rtsp_options_t rtsp_options;
int rtsp_server();
int rtsp_server(rtsp_options_t *options);
bool rtsp_h264_needs_buffer();
void rtsp_h264_capture(struct buffer_s *buf);
void rtsp_h264_low_res_capture(struct buffer_s *buf);