我要飞得更高

if (hDisplay->started)

     {
           /* Shut off the video display */
           type = V4L2_BUF_TYPE_VIDEO_OUTPUT;

           if (ioctl(hDisplay->fd, VIDIOC_STREAMOFF, &type) == -1) {
               Dmai_err1("VIDIOC_STREAMOFF failed (%s)\n", strerror(errno));
               ret = Dmai_EFAIL;
           }
       }

473dae11jw1dsgchpat5tj

if (hDisplay->started) { /* Shut off the video display */ type = V4L2_BUF_TYPE_VIDEO_OUTPUT; if (ioctl(hDisplay->fd, VIDIOC_STREAMOFF, &type) == -1) { Dmai_err1("VIDIOC_STREAMOFF failed (%s)\n", strerror(errno)); ret = Dmai_EFAIL; } }