remove error message

This commit is contained in:
test
2010-12-04 10:55:53 +01:00
parent 3ed7558ad1
commit c7b5c96a73

View File

@@ -253,7 +253,6 @@ int v4loverlaystop(v4ldevice *vd)
int v4lsetchannel(v4ldevice *vd, int ch)
{
if(ioctl(vd->fd, VIDIOCSCHAN, &(vd->channel[ch])) < 0) {
veejay_msg(0,"v4lsetchannel:VIDIOCSCHAN %s", strerror(errno));
return -1;
}
return 0;