From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtp-vbr1.xs4all.nl ([194.109.24.21]:3634 "EHLO smtp-vbr1.xs4all.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750713AbaGUWpO (ORCPT ); Mon, 21 Jul 2014 18:45:14 -0400 Message-ID: <53CD97F1.8070206@xs4all.nl> Date: Tue, 22 Jul 2014 00:45:05 +0200 From: Hans Verkuil MIME-Version: 1.0 To: Laurent Pinchart , 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> In-Reply-To: <1405982482-11456-1-git-send-email-laurent.pinchart@ideasonboard.com> 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: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 > 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 >