define V4L2_CAP_SLICED_VBI_OUTPUT0x00000080 /* Is a sliced VBI output device */ define V4L2_CAP_RDS_CAPTURE0x00000100 /* RDS data capture */ define V4L2_CAP_VIDEO_OUTPUT_OVERLAY0x00000200 /* Can do video out
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...