diff for duplicates of <1472072.9G9DmhPU1u@avalon> diff --git a/a/1.txt b/N1/1.txt index 10c0c86..0317575 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -76,7 +76,7 @@ On Friday 27 June 2014 14:36:40 Hans Verkuil wrote: > > @@ -1089,12 +1124,17 @@ static int v4l_g_fmt(const struct v4l2_ioctl_ops > > *ops, -> > bool is_sdr = vfd->vfl_type = VFL_TYPE_SDR; +> > bool is_sdr = vfd->vfl_type == VFL_TYPE_SDR; > > bool is_rx = vfd->vfl_dir != VFL_DIR_TX; > > bool is_tx = vfd->vfl_dir != VFL_DIR_RX; > > + int ret; @@ -138,8 +138,8 @@ Same explanation as above. > > + > > + ret = ops->vidioc_create_bufs(file, fh, create); > > + -> > + if (create->format.type = V4L2_BUF_TYPE_VIDEO_CAPTURE || -> > + create->format.type = V4L2_BUF_TYPE_VIDEO_OUTPUT) +> > + if (create->format.type == V4L2_BUF_TYPE_VIDEO_CAPTURE || +> > + create->format.type == V4L2_BUF_TYPE_VIDEO_OUTPUT) > > + create->format.fmt.pix.priv = V4L2_PIX_FMT_PRIV_MAGIC; > > Ditto. diff --git a/a/content_digest b/N1/content_digest index 8b2c8fd..cd9c7e0 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\053AD6558.9050403@xs4all.nl\0" "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0" "Subject\0Re: [PATCH v2 03/23] v4l: Support extending the v4l2_pix_format structure\0" - "Date\0Sun, 29 Jun 2014 20:41:49 +0000\0" + "Date\0Sun, 29 Jun 2014 22:41:49 +0200\0" "To\0Hans Verkuil <hverkuil@xs4all.nl>\0" "Cc\0Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>" linux-media@vger.kernel.org @@ -88,7 +88,7 @@ "\n" "> > @@ -1089,12 +1124,17 @@ static int v4l_g_fmt(const struct v4l2_ioctl_ops\n" "> > *ops,\n" - "> > \tbool is_sdr = vfd->vfl_type = VFL_TYPE_SDR;\n" + "> > \tbool is_sdr = vfd->vfl_type == VFL_TYPE_SDR;\n" "> > \tbool is_rx = vfd->vfl_dir != VFL_DIR_TX;\n" "> > \tbool is_tx = vfd->vfl_dir != VFL_DIR_RX;\n" "> > +\tint ret;\n" @@ -150,8 +150,8 @@ "> > +\n" "> > +\tret = ops->vidioc_create_bufs(file, fh, create);\n" "> > +\n" - "> > +\tif (create->format.type = V4L2_BUF_TYPE_VIDEO_CAPTURE ||\n" - "> > +\t create->format.type = V4L2_BUF_TYPE_VIDEO_OUTPUT)\n" + "> > +\tif (create->format.type == V4L2_BUF_TYPE_VIDEO_CAPTURE ||\n" + "> > +\t create->format.type == V4L2_BUF_TYPE_VIDEO_OUTPUT)\n" "> > +\t\tcreate->format.fmt.pix.priv = V4L2_PIX_FMT_PRIV_MAGIC;\n" "> \n" "> Ditto.\n" @@ -248,4 +248,4 @@ "\n" Laurent Pinchart -d4a0aecf4175cb201c92acb6c79ecf95acbf525c3b172b6a4136b03692fb4044 +ca977d98c925c0e41e6a5745375963b7aadab5780be007afe95c381b633f958a
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.