From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from perceval.ideasonboard.com ([95.142.166.194]:37774 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750898AbaGUWqi (ORCPT ); Mon, 21 Jul 2014 18:46:38 -0400 From: Laurent Pinchart To: Hans Verkuil Cc: linux-media@vger.kernel.org Subject: Re: [PATCH] v4l: Fix ARGB32 fourcc value in the documentation Date: Tue, 22 Jul 2014 00:46:50 +0200 Message-ID: <1562821.gYWjTNHcTz@avalon> In-Reply-To: <53CD97F1.8070206@xs4all.nl> References: <1405982482-11456-1-git-send-email-laurent.pinchart@ideasonboard.com> <53CD97F1.8070206@xs4all.nl> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-media-owner@vger.kernel.org List-ID: 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 ? > > 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 -- Regards, Laurent Pinchart