diff for duplicates of <5559A030.4030301@igel.co.jp> diff --git a/a/1.txt b/N1/1.txt index abb01e3..51bcd1e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -30,13 +30,14 @@ extends beyond the boundary of the other and you want to clip away the non-overlapping portions. ->>> 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 1e3956a..735f6ff 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\02003077.85RPlhiJ1o@avalon\0" "From\0Damian Hobson-Garcia <dhobsong@igel.co.jp>\0" "Subject\0Re: [PATCH/RFC] v4l: vsp1: Align crop rectangle to even boundary for YUV formats\0" - "Date\0Mon, 18 May 2015 08:17:52 +0000\0" + "Date\0Mon, 18 May 2015 17:17:52 +0900\0" "To\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>" " Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>\0" "Cc\0Yoshihiro Kaneko <ykaneko0929@gmail.com>" @@ -47,13 +47,14 @@ "non-overlapping portions.\n" "\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" @@ -73,4 +74,4 @@ "Thank you,\n" Damian -89c4060098c5fb61a3bb999bbce13794c49e1fb44a51d83171f682b539607be5 +0717430fec6e36c137e88d0c504a80689cbc2a25f91f2f79a23fb20628934ec0
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.