Improve clocks support

This commit is contained in:
Kamil Trzcinski
2022-04-06 13:22:49 +02:00
parent 8eb514c6b0
commit 3fe66378aa
8 changed files with 29 additions and 12 deletions

View File

@ -35,7 +35,7 @@ void http_video(http_worker_t *worker, FILE *stream)
buffer_lock_use(&http_h264, 1);
while (!feof(stream)) {
buffer_t *buf = buffer_lock_get(&http_h264, 3, &counter);
buffer_t *buf = buffer_lock_get(&http_h264, 0, &counter);
if (!buf) {
goto error;
}