Skip to content

Commit

Permalink
Allow a minimum of 0 fps
Browse files Browse the repository at this point in the history
Closes: #521
  • Loading branch information
IOhannes m zmölnig authored and IOhannes m zmölnig committed Feb 17, 2023
1 parent 8902b3f commit 2fe4e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v4l2loopback.c
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ static DEFINE_IDR(v4l2loopback_index_idr);
static DEFINE_MUTEX(v4l2loopback_ctl_mutex);

/* frame intervals */
#define V4L2LOOPBACK_FPS_MIN 1
#define V4L2LOOPBACK_FPS_MIN 0
#define V4L2LOOPBACK_FPS_MAX 1000

/* control IDs */
Expand Down

0 comments on commit 2fe4e20

Please sign in to comment.