mirror of
https://github.com/patjak/facetimehd.git
synced 2026-04-09 11:02:31 +02:00
facetimehd: remove V4L2_CAP_TIMEPERFRAME
This commit is contained in:
@@ -380,7 +380,7 @@ static int fthd_v4l2_ioctl_querycap(struct file *filp, void *priv,
|
||||
pci_name(dev_priv->pdev));
|
||||
|
||||
cap->device_caps = V4L2_CAP_VIDEO_CAPTURE |
|
||||
V4L2_CAP_READWRITE | V4L2_CAP_STREAMING | V4L2_CAP_TIMEPERFRAME;
|
||||
V4L2_CAP_READWRITE | V4L2_CAP_STREAMING;
|
||||
cap->capabilities = cap->device_caps | V4L2_CAP_DEVICE_CAPS;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user