Rename buf_list->device to buf_list->dev

This commit is contained in:
Kamil Trzcinski
2022-04-11 09:00:32 +02:00
parent c42262d649
commit f5a6e4ceab
12 changed files with 32 additions and 32 deletions

View File

@ -81,7 +81,7 @@ static int http_ffmpeg_video_buf_part(buffer_lock_t *buf_lock, buffer_t *buf, in
if (!status->had_key_frame) {
if (!status->requested_key_frame) {
device_video_force_key(buf->buf_list->device);
device_video_force_key(buf->buf_list->dev);
status->requested_key_frame = true;
}
return 0;

View File

@ -73,7 +73,7 @@ int http_video_buf_part(buffer_lock_t *buf_lock, buffer_t *buf, int frame, http_
if (!status->had_key_frame) {
if (!status->requested_key_frame) {
device_video_force_key(buf->buf_list->device);
device_video_force_key(buf->buf_list->dev);
status->requested_key_frame = true;
}
return 0;