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

@ -152,7 +152,7 @@ error:
return -1;
}
int device_force_key(device_t *dev)
int device_video_force_key(device_t *dev)
{
struct v4l2_control ctl = {0};
ctl.id = V4L2_CID_MPEG_VIDEO_FORCE_KEY_FRAME;