diff for duplicates of <9503303.Op9lV3ecnM@avalon> diff --git a/a/1.txt b/N1/1.txt index 5ccc55b..eb83cc7 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -31,13 +31,14 @@ Sure, I meant only the vertical coordinates, sorry. Let's wait until someone requests support for that use case :-) -> >>> if (rwpf->entity.type = VSP1_ENTITY_WPF) { +> >>> if (rwpf->entity.type == VSP1_ENTITY_WPF) { > >>> - sel->r.left = min_t(unsigned int, sel->r.left, 255); > >>> - sel->r.top = min_t(unsigned int, sel->r.top, 255); -> >>> + int maxcrop > > +> >>> + int maxcrop = +> > > > I would declare maxcrop as an unsigned int. > > -> >>> + format->code = MEDIA_BUS_FMT_AYUV8_1X32 ? 254 : 255; +> >>> + format->code == MEDIA_BUS_FMT_AYUV8_1X32 ? 254 : 255; > >> > >> I think you need an empty line here. > >> diff --git a/a/content_digest b/N1/content_digest index 2a22c31..b86ad9f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\05559A030.4030301@igel.co.jp\0" "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0" "Subject\0Re: [PATCH/RFC] v4l: vsp1: Align crop rectangle to even boundary for YUV formats\0" - "Date\0Thu, 18 Jun 2015 20:18:12 +0000\0" + "Date\0Thu, 18 Jun 2015 23:18:12 +0300\0" "To\0Damian Hobson-Garcia <dhobsong@igel.co.jp>\0" "Cc\0Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>" Yoshihiro Kaneko <ykaneko0929@gmail.com> @@ -48,13 +48,14 @@ "\n" "Let's wait until someone requests support for that use case :-)\n" "\n" - "> >>> \tif (rwpf->entity.type = VSP1_ENTITY_WPF) {\n" + "> >>> \tif (rwpf->entity.type == VSP1_ENTITY_WPF) {\n" "> >>> -\t\tsel->r.left = min_t(unsigned int, sel->r.left, 255);\n" "> >>> -\t\tsel->r.top = min_t(unsigned int, sel->r.top, 255);\n" - "> >>> +\t\tint maxcrop > > \n" + "> >>> +\t\tint maxcrop =\n" + "> > \n" "> > I would declare maxcrop as an unsigned int.\n" "> > \n" - "> >>> +\t\t\tformat->code = MEDIA_BUS_FMT_AYUV8_1X32 ? 254 : 255;\n" + "> >>> +\t\t\tformat->code == MEDIA_BUS_FMT_AYUV8_1X32 ? 254 : 255;\n" "> >> \n" "> >> I think you need an empty line here.\n" "> >> \n" @@ -75,4 +76,4 @@ "\n" Laurent Pinchart -56263866a12abab25574148121bc7c8d5b13d443f95d0f66c9e5edb690232dff +5b120da2c9cc0ceec0a0afba12227a670246cf041acf872f6959f976ad5d3d65
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.