All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <2025148.Pz9nW8WD9Z@avalon>

diff --git a/a/1.txt b/N1/1.txt
index 24fe379..f5ae25b 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -73,8 +73,10 @@ On Friday 02 August 2013 11:23:46 Hans Verkuil wrote:
 > > +	video->format.width = VSP1_VIDEO_DEF_WIDTH;
 > > +	video->format.height = VSP1_VIDEO_DEF_HEIGHT;
 > > +	video->format.num_planes = 1;
-> > +	video->format.plane_fmt[0].bytesperline > > +		video->format.width * video->fmtinfo->bpp[0] / 8;
-> > +	video->format.plane_fmt[0].sizeimage > > +		video->format.plane_fmt[0].bytesperline * video->format.height;
+> > +	video->format.plane_fmt[0].bytesperline =
+> > +		video->format.width * video->fmtinfo->bpp[0] / 8;
+> > +	video->format.plane_fmt[0].sizeimage =
+> > +		video->format.plane_fmt[0].bytesperline * video->format.height;
 > > +
 > > +	/* ... and the video node... */
 > > +	video->video.v4l2_dev = &video->vsp1->v4l2_dev;
diff --git a/a/content_digest b/N1/content_digest
index 481998f..489a82a 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,7 +3,7 @@
  "ref\051FB7AA2.7080305@xs4all.nl\0"
  "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0"
  "Subject\0Re: [PATCH v5 7/9] v4l: Renesas R-Car VSP1 driver\0"
- "Date\0Fri, 02 Aug 2013 10:57:00 +0000\0"
+ "Date\0Fri, 02 Aug 2013 12:57 +0200\0"
  "To\0Hans Verkuil <hverkuil@xs4all.nl>\0"
  "Cc\0Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>"
   linux-media@vger.kernel.org
@@ -88,8 +88,10 @@
  "> > +\tvideo->format.width = VSP1_VIDEO_DEF_WIDTH;\n"
  "> > +\tvideo->format.height = VSP1_VIDEO_DEF_HEIGHT;\n"
  "> > +\tvideo->format.num_planes = 1;\n"
- "> > +\tvideo->format.plane_fmt[0].bytesperline > > +\t\tvideo->format.width * video->fmtinfo->bpp[0] / 8;\n"
- "> > +\tvideo->format.plane_fmt[0].sizeimage > > +\t\tvideo->format.plane_fmt[0].bytesperline * video->format.height;\n"
+ "> > +\tvideo->format.plane_fmt[0].bytesperline =\n"
+ "> > +\t\tvideo->format.width * video->fmtinfo->bpp[0] / 8;\n"
+ "> > +\tvideo->format.plane_fmt[0].sizeimage =\n"
+ "> > +\t\tvideo->format.plane_fmt[0].bytesperline * video->format.height;\n"
  "> > +\n"
  "> > +\t/* ... and the video node... */\n"
  "> > +\tvideo->video.v4l2_dev = &video->vsp1->v4l2_dev;\n"
@@ -158,4 +160,4 @@
  "\n"
  Laurent Pinchart
 
-92ff8b063ec8ea66bec11a749f4f965e082d61e38a96b61cca9cc0dd6c768b88
+5c461f26d3419c669234c489d7b41f3c7be20a3a5188451ebcc1612ec23ff425

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.