From patchwork Sat Mar 31 09:43:55 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sylwester Nawrocki X-Patchwork-Id: 10512 Received: from mail.tu-berlin.de ([130.149.7.33]) by www.linuxtv.org with esmtp (Exim 4.72) (envelope-from ) id 1SDuqv-0005nO-As for patchwork@linuxtv.org; Sat, 31 Mar 2012 11:44:09 +0200 X-tubIT-Incoming-IP: 209.132.180.67 Received: from vger.kernel.org ([209.132.180.67]) by mail.tu-berlin.de (exim-4.75/mailfrontend-3) with esmtp for id 1SDuqu-0004p6-FQ; Sat, 31 Mar 2012 11:44:09 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756374Ab2CaJoG (ORCPT ); Sat, 31 Mar 2012 05:44:06 -0400 Received: from mail-wg0-f44.google.com ([74.125.82.44]:40012 "EHLO mail-wg0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755545Ab2CaJoE (ORCPT ); Sat, 31 Mar 2012 05:44:04 -0400 Received: by wgbdr13 with SMTP id dr13so1259193wgb.1 for ; Sat, 31 Mar 2012 02:44:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=nDlvwr53pUMAeVsmIZkbzEWtu6dPmml+iVuZ0gu8mBE=; b=uBh0FXzaa4oPpsRirlklcBov+k80WqJ67KXQBCh0Dliat/eKYCsfghyhihIQNp4q+L RiJ8+IirGxdqtjr7+0aSl/NLrcXSWg5BVaQiOKqjqvQGEVsSnBZP0ad4LdSf+7mOVlj+ GBTLGSdJoDysXotbdFAvreMxAc/GwTH71vUsdbhgcAjahYMzxvHc8SlUdxIWm53aRvka 6XzvnarWf9EMiLgFLmXg0HqmK23nOHX8fvbPK6rW+fobcAtjfPT8JKXl6mOUiDR2AWrz VLni9uVLevzYrfkvttUguMuVBHWLOgqJ96ciIwZw8fhuZDDC5u7f6Nn7thal6O6nc2/4 QsIA== Received: by 10.180.102.100 with SMTP id fn4mr5101321wib.1.1333187043120; Sat, 31 Mar 2012 02:44:03 -0700 (PDT) Received: from localhost.localdomain (62-121-66-78.home.aster.pl. [62.121.66.78]) by mx.google.com with ESMTPS id k6sm14339410wie.9.2012.03.31.02.44.01 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 31 Mar 2012 02:44:02 -0700 (PDT) From: Sylwester Nawrocki To: linux-media@vger.kernel.org Cc: Sylwester Nawrocki Subject: [PATCH] V4L: JPEG class documentation corrections Date: Sat, 31 Mar 2012 11:43:55 +0200 Message-Id: <1333187035-28340-1-git-send-email-sylvester.nawrocki@gmail.com> X-Mailer: git-send-email 1.7.4.1 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-PMX-Version: 5.6.1.2065439, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2012.3.31.93316 X-PMX-Spam: Gauge=IIIIIIII, Probability=8%, Report=' FORGED_FROM_GMAIL 0.1, HTML_00_01 0.05, HTML_00_10 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_1800_1899 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, __ANY_URI 0, __CP_URI_IN_BODY 0, __FRAUD_BODY_WEBMAIL 0, __FRAUD_WEBMAIL 0, __FRAUD_WEBMAIL_FROM 0, __FROM_GMAIL 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __HAS_X_MAILING_LIST 0, __MIME_TEXT_ONLY 0, __PHISH_SPEAR_STRUCTURE_1 0, __SANE_MSGID 0, __TO_MALFORMED_2 0, __TO_NO_NAME 0, __URI_NO_WWW 0, __URI_NS ' This patch fixes following compilation warning: Error: no ID for constraint linkend: v4l2-jpeg-chroma-subsampling. and adds missing JPEG control class at the Table A.58. Signed-off-by: Sylwester Nawrocki --- Documentation/DocBook/media/v4l/controls.xml | 2 +- .../DocBook/media/v4l/vidioc-g-ext-ctrls.xml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletions(-) 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/Documentation/DocBook/media/v4l/controls.xml b/Documentation/DocBook/media/v4l/controls.xml index 582324f..8761e76 100644 --- a/Documentation/DocBook/media/v4l/controls.xml +++ b/Documentation/DocBook/media/v4l/controls.xml @@ -3546,7 +3546,7 @@ interface and may change in the future. from RGB to Y'CbCr color space. - + diff --git a/Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml b/Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml index b17a7aa..27e20bc 100644 --- a/Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml +++ b/Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml @@ -265,7 +265,13 @@ These controls are described in . + + V4L2_CTRL_CLASS_JPEG + 0x9d0000 + The class containing JPEG compression controls. +These controls are described in . + --