strscpy(cap->card, coda_product_name(ctx->dev->devtype->product), sizeof(cap->card)); strscpy(cap->bus_info, "platform:" CODA_NAME, sizeof(cap->bus_info)); - cap->device_caps = V4L2_CAP_VIDEO_M2M | V4L2_CAP_STREAMING; - cap->capabilities = cap->device_caps | V4L2_CAP_D...
[2] uses VIDIOC_CROPCAP [3] to detect the pixelaspect ratio of the >>> input >>> it receives from v4l2 device. But I can't seem to find a way to set struct >>> v4l2_cropcap.pixelaspect when I'm outputting data to the device and the >>> result is that VLC assumes pixelaspec...