Rename device_force_key
This commit is contained in:
@ -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);
|
||||
|
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user