From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id C6542440B2 for ; Sun, 25 Sep 2022 00:14:15 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 61E8D68BBD2; Sun, 25 Sep 2022 03:12:01 +0300 (EEST) Received: from mail-ed1-f49.google.com (mail-ed1-f49.google.com [209.85.208.49]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 140A368BA7C for ; Sun, 25 Sep 2022 03:11:56 +0300 (EEST) Received: by mail-ed1-f49.google.com with SMTP id u24so4649147edb.9 for ; Sat, 24 Sep 2022 17:11:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date; bh=rdFK4YcLL2r/INJQCGOJEov0Ts26+Ee+44XDRqrGuuw=; b=bvdZhyHkrJ4LW/LozXgakbmlQlO37vhnM8K4ogf93qdn+5aqmKU+Km2GUGgmGhFOUU xvC4irMYerwm7rIE/R1V5O1Jm47yJaRD1hQ4lC+10L2EkCV7EKu1DAki6eH+6LnQ7fHW DLRD4sSYYzjOKw/J3Xi+Z4FV1LW6Em6YZPM/Q1SXfHI4fIyrmiBHn0roFbTcjyolQc7Z b+9ZAaceVZL6fgZQZ617zlDOcNUg25I+yewGP/YM3hj+FZ8PIZvEN58eSGZ49KP5YsrK lfhfA+qslvgHQEjN0UzzK1N/0GYfyePpnNM4KjP9yA6WI9uy5ZKnXjr1DauQZdYDc7rj wRig== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date; bh=rdFK4YcLL2r/INJQCGOJEov0Ts26+Ee+44XDRqrGuuw=; b=5Rpl7ubyMYPt0bHX5406rnMJuY2q8FP7jB+lGMLUm6zfoNKSAjQfOWx4nGlnYqQcRy ou7zvvW4+YndAsQI+SAwka9TuwkSxY0KcGvtNVUTheHl2WglwAwbJEx94lXW9zXvOJGO 8KrHxwWJSzGqwp58PruYTyuzbRqgOVmnuwUxbrGJ1qaYeZ6HQNW//CIRErcxLreDgIGD QQFOfsyVHpIwNzsJk4tqEXhb9yPlBfj2AT+0bfAmuRp+3+p2zt/VW5wXytYmPNfrikDD RnTfBrHy0RwK1X7wKaGRx2AlmrMox+4QZJnkbNzP0rqPtxxKUT9c7i09RA+Ja2a2VMud 48zQ== X-Gm-Message-State: ACrzQf1XKQzpYPJlEbCuOYse/4lYsN3Tt7SDvwP5Bp9YCU175wb8rvHA 87DPb4kZvd7tqzugToeA/Iu0rzyPsto= X-Google-Smtp-Source: AMsMyM43cL7vGLJw6qYgHXBg5BRUgLi1khpB7s2+EXGeRI7GzFSX4eXgmpw11fKltIDK7jcSisBh0A== X-Received: by 2002:a05:6402:3591:b0:451:8397:3e9 with SMTP id y17-20020a056402359100b00451839703e9mr15307255edc.409.1664064715722; Sat, 24 Sep 2022 17:11:55 -0700 (PDT) Received: from MBP-von-Marvin.citadel.scalie.me (84-112-104-25.cable.dynamic.surfer.at. [84.112.104.25]) by smtp.gmail.com with ESMTPSA id kz3-20020a17090777c300b007812ba2a360sm6208042ejc.149.2022.09.24.17.11.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 24 Sep 2022 17:11:55 -0700 (PDT) From: Marvin Scholz To: ffmpeg-devel@ffmpeg.org Date: Sun, 25 Sep 2022 02:10:44 +0200 Message-Id: <20220925001121.37721-18-epirat07@gmail.com> X-Mailer: git-send-email 2.37.0 (Apple Git-136) In-Reply-To: <20220925001121.37721-1-epirat07@gmail.com> References: <20220922020400.46715-1-epirat07@gmail.com> <20220925001121.37721-1-epirat07@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v3 17/54] avutil/display: consolidate group doxy X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Cc: Marvin Scholz Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Make it a bit easier to grasp the grouping when not unnecessarily splitting comment blocks. Additionally do not try to add lavu_video_display to itself, resolving the following doxy warning: warning: Refusing to add group lavu_video_display to itself --- libavutil/display.h | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/libavutil/display.h b/libavutil/display.h index 31d8bef361..2d6f335960 100644 --- a/libavutil/display.h +++ b/libavutil/display.h @@ -29,15 +29,9 @@ #include /** - * @addtogroup lavu_video - * @{ - * * @defgroup lavu_video_display Display transformation matrix functions - * @{ - */ - -/** - * @addtogroup lavu_video_display + * @ingroup lavu_video + * * The display transformation matrix specifies an affine transformation that * should be applied to video frames for correct presentation. It is compatible * with the matrices stored in the ISO/IEC 14496-12 container format. @@ -71,6 +65,8 @@ * q' = (b * p + d * q + y) / z; * z = u * p + v * q + w * @endcode + * + * @{ */ /** @@ -106,7 +102,6 @@ void av_display_rotation_set(int32_t matrix[9], double angle); void av_display_matrix_flip(int32_t matrix[9], int hflip, int vflip); /** - * @} * @} */ -- 2.37.0 (Apple Git-136) _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".