rework android-rmt display, add a few buttons
[goodguy/history.git] / cinelerra-5.0 / cinelerra / devicev4l2base.C
index acbac871e9a13ea3314c05e8a89001bfff36679b..baa52f455ae3391b07faeda90bb182e4620e7a4f 100644 (file)
@@ -550,7 +550,7 @@ int DeviceV4L2Base::v4l2_open(int color_model)
                struct v4l2_tuner tuner;
                memset(&tuner, 0, sizeof(tuner));
                tuner.index = dev_tuner;
-               if(!vioctl(VIDIOC_G_TUNER, &tuner) < 0)
+               if(!vioctl(VIDIOC_G_TUNER, &tuner))
                {
 // printf("DeviceV4L2Base::v4l2_open audmode=%d rxsubchans=%d\n",
 //   tuner.audmode, tuner.rxsubchans);