[linux-dvb] Bugfix - image grab from a FF DVB failed
Peter Holik
peter at holik.at
Wed Aug 9 10:54:34 CEST 2006
Hi!
Grabing an image via VDR from a FF DVB card fails with ioctl VIDIOCGMBUF.
This patch fixes this issue:
--- v4l-dvb/linux/drivers/media/common/saa7146_video.c 2006-08-09 10:23:19.000000000
+0200 +++ v4l-dvb_/linux/drivers/media/common/saa7146_video.c 2006-08-09
10:16:37.000000000 +0200 @@ -1191,7 +1191,7 @@
}
return err;
}
-#ifdef VIDEO_V4L1_COMPAT
+#ifdef CONFIG_VIDEO_V4L1_COMPAT
case VIDIOCGMBUF:
{
struct video_mbuf *mbuf = arg;
cu Peter
More information about the linux-dvb
mailing list