Re-use h264 keyframes

This commit is contained in:
Kamil Trzcinski
2022-04-08 11:09:47 +02:00
parent 1352df220b
commit 3a8574de66
3 changed files with 21 additions and 14 deletions

View File

@ -55,6 +55,7 @@ bool http_h264_needs_buffer();
void http_h264_capture(buffer_t *buf);
void http_h264_lowres_capture(buffer_t *buf);
void http_h264_video(http_worker_t *worker, FILE *stream);
bool h264_is_key_frame(buffer_t *buf);
void http_mkv_video(http_worker_t *worker, FILE *stream);
void http_mp4_video(http_worker_t *worker, FILE *stream);
void http_mov_video(http_worker_t *worker, FILE *stream);