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

@ -22,7 +22,7 @@ int device_open_buffer_list(device_t *dev, bool do_capture, unsigned width, unsi
int device_consume_event(device_t *device);
int device_stream(device_t *dev, bool do_on);
int device_force_key(device_t *dev);
int device_video_force_key(device_t *dev);
int device_set_option(device_t *dev, const char *name, uint32_t id, int32_t value);
int device_set_fps(device_t *dev, int desired_fps);