Rename device_force_key

This commit is contained in:
Kamil Trzcinski
2022-04-05 08:34:57 +02:00
parent 2562d9881b
commit 0dd713fcaa
4 changed files with 3 additions and 5 deletions

View File

@ -50,7 +50,7 @@ void http_video(http_worker_t *worker, FILE *stream)
goto error;
}
} else if (!requested_key_frame) {
device_force_key(buf->buf_list->device);
device_video_force_key(buf->buf_list->device);
requested_key_frame = true;
}
buffer_consumed(buf);

View File

@ -2,8 +2,6 @@
#include <stdlib.h>
#include "http/http.h"
#include "hw/buffer.h"
#include "hw/buffer_lock.h"
void http_index(http_worker_t *worker, FILE *stream)
{