mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-14 20:00:01 +01:00
remove error message
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user