the pvr350-plugin uses the following code struct v4l2_control ctrl; int ret; memset(&ctrl, 0, sizeof(ctrl));
ctrl.id = V4L2_CID_IVTV_DEC_PREBUFFER; ctrl.value = 0; if ( ( ret =ioctl(fd_out, VIDIOC_S_CTRL, &ctrl) ) < 0 ) { printf("1: %d\n",ret); } ctrl.id = V4L2_CID_IVTV_DEC_NUM_BUFFERS; ctrl.value = 0; if ( ( ret =ioctl(fd_out, VIDIOC_S_CTRL, &ctrl) ) < 0 ) { printf("2: %d\n",ret); How can this be done now? I can`t find a suitable ioctl _______________________________________________ ivtv-devel mailing list ivtv-devel@ivtvdriver.org http://ivtvdriver.org/mailman/listinfo/ivtv-devel