Reduce buffering for mkv/mp4

This commit is contained in:
Kamil Trzcinski
2022-04-06 22:02:58 +02:00
parent 24611c1290
commit 1aed350356
3 changed files with 27 additions and 1 deletions

View File

@ -54,3 +54,5 @@ bool http_h264_needs_buffer();
void http_h264_capture(buffer_t *buf);
void http_h264_video(http_worker_t *worker, FILE *stream);
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);