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 AE3A9440B6 for ; Sun, 25 Sep 2022 00:14:31 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 8D68968BBE4; Sun, 25 Sep 2022 03:12:03 +0300 (EEST) Received: from mail-ed1-f42.google.com (mail-ed1-f42.google.com [209.85.208.42]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 2ED2868BBB9 for ; Sun, 25 Sep 2022 03:11:58 +0300 (EEST) Received: by mail-ed1-f42.google.com with SMTP id x21so4635363edd.11 for ; Sat, 24 Sep 2022 17:11:58 -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=IknPjqksQ3xLzHzwG34Sdn1Agkj1d/dS0wyAdJvxfrg=; b=HbK4MCh8eaKQUKr9A95VFGy5E7XWOwPo/FUD605xBQhg0092VKQ5sJhn2ARLxbwYVJ 5szTWl3fRuAzSQ+WwhDvIyYaGucblVFZbUJXRu4UA9fbjuGLhkxG9ByiXcP3MGQdCYSY xznNIKqYSmtODWSs9J9xbtP7+UDXXUNU92Db1ONmKue7SOjJ4mE3nK55XdfpKfzrPHpL fgWCoXswhWGCTiNmR+j/40Iw6Q26pmkvEgIN3CxFgjzVQN/a2GPIsJBqsjlgCCFg//xp ctYV4cKm9yY/yv/IG361PipiG14tkd2OYZRWnKJ+wAiaEQKAog7l8Ecg8pTZJTtk+F0p Eu4w== 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=IknPjqksQ3xLzHzwG34Sdn1Agkj1d/dS0wyAdJvxfrg=; b=r9pCd+JszRZxnvF2dKPQKRAIr55uptHX5u4LIA72MLvKthYCoxUbWYC6Qbf9qobvJY FvlsPieQK4mRJmA/4awC0T+cP4Ca1fXKUJEZDuz4+PwJH2bbk/CUpUG4md445c8fAjK+ kVyyd2dSyrxNMCXdhQGsD3k44s/xS7xrA4PdtefxoAUG5bUeMFyY/iJG6nhN3FnXDl/S BR3X3JVv3N3VF6oh3+CneLoSmHYMuD6UOV9VJ1vdSP6jkvWN5BB2ipAPlyPeB1WzBg2o Vno9mq3bUsxA617ynN1NFdZhlPdIoR8w+qK+kilPSVJKFMNfT7INkXjzN0Ld2YGc8h3D qgeQ== X-Gm-Message-State: ACrzQf0CpKEZ+IsnQbqa1emA9YvY6m6ldZB3a1LBUTeUFIcxIwqkq0/K Yp7BTL03tXiIqPPq6U0zZ3hrcXmOxUg= X-Google-Smtp-Source: AMsMyM7iS+JzJG9kreZvEn34AEaLfAeK7sk+XQehbUz4Nzw4BlWnZ89Va+pIBgI+kFnkQdvvKOrt+g== X-Received: by 2002:a05:6402:2217:b0:457:1eb6:ca3a with SMTP id cq23-20020a056402221700b004571eb6ca3amr1913604edb.364.1664064717861; Sat, 24 Sep 2022 17:11:57 -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.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 24 Sep 2022 17:11:57 -0700 (PDT) From: Marvin Scholz To: ffmpeg-devel@ffmpeg.org Date: Sun, 25 Sep 2022 02:10:46 +0200 Message-Id: <20220925001121.37721-20-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 19/54] avutil/spherical: 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_spherical to itself, resolving the following doxy warning: warning: Refusing to add group lavu_video_spherical to itself --- libavutil/spherical.h | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/libavutil/spherical.h b/libavutil/spherical.h index cef759cf27..85a76a917e 100644 --- a/libavutil/spherical.h +++ b/libavutil/spherical.h @@ -30,19 +30,14 @@ #include /** - * @addtogroup lavu_video - * @{ - * * @defgroup lavu_video_spherical Spherical video mapping - * @{ - */ - -/** - * @addtogroup lavu_video_spherical + * @ingroup lavu_video + * * A spherical video file contains surfaces that need to be mapped onto a * sphere. Depending on how the frame was converted, a different distortion * transformation or surface recomposition function needs to be applied before * the video should be mapped and displayed. + * @{ */ /** @@ -225,7 +220,6 @@ const char *av_spherical_projection_name(enum AVSphericalProjection projection); */ int av_spherical_from_name(const char *name); /** - * @} * @} */ -- 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".