From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtp-vbr8.xs4all.nl ([194.109.24.28]:4482 "EHLO smtp-vbr8.xs4all.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750785AbaGUW7f (ORCPT ); Mon, 21 Jul 2014 18:59:35 -0400 Message-ID: <53CD9B4F.1010706@xs4all.nl> Date: Tue, 22 Jul 2014 00:59:27 +0200 From: Hans Verkuil MIME-Version: 1.0 To: Laurent Pinchart CC: linux-media@vger.kernel.org Subject: Re: [PATCH] v4l: Fix ARGB32 fourcc value in the documentation References: <1405982482-11456-1-git-send-email-laurent.pinchart@ideasonboard.com> <53CD97F1.8070206@xs4all.nl> <1562821.gYWjTNHcTz@avalon> In-Reply-To: <1562821.gYWjTNHcTz@avalon> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: On 07/22/2014 12:46 AM, Laurent Pinchart wrote: > On Tuesday 22 July 2014 00:45:05 Hans Verkuil wrote: >> On 07/22/2014 12:41 AM, Laurent Pinchart wrote: >>> The ARGB32 pixel format's fourcc value is defined to 'BA24' in the >>> videodev2.h header, but documented as 'AX24'. Fix the documentation. >>> >>> Reported-by: Acked-by: Hans Verkuil >> >> Reported-by or Acked-by? :-) >> >> Anyway: >> >> Acked-by: Hans Verkuil > > See ? git was predicting the future :-) > > Linus is getting grumpy about the amount of 3.16-rc fixes. I'm thus > considering delaying this patch to 3.17. Any objection ? No objection, the actual code is OK after all. Hans > >>> Signed-off-by: Laurent Pinchart >>> --- >>> >>> Documentation/DocBook/media/v4l/pixfmt-packed-rgb.xml | 2 +- >>> 1 file changed, 1 insertion(+), 1 deletion(-) >>> >>> diff --git a/Documentation/DocBook/media/v4l/pixfmt-packed-rgb.xml >>> b/Documentation/DocBook/media/v4l/pixfmt-packed-rgb.xml index >>> 32feac9..4209542 100644 >>> --- a/Documentation/DocBook/media/v4l/pixfmt-packed-rgb.xml >>> +++ b/Documentation/DocBook/media/v4l/pixfmt-packed-rgb.xml >>> @@ -489,7 +489,7 @@ colorspace >>> V4L2_COLORSPACE_SRGB.> >>> >>> >>> V4L2_PIX_FMT_ARGB32 >>> - 'AX24' >>> + 'BA24' >>> >>> a7 >>> a6 >