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 123A5440D8 for ; Sun, 25 Sep 2022 00:14:40 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B278268BB82; Sun, 25 Sep 2022 03:12:04 +0300 (EEST) Received: from mail-ed1-f54.google.com (mail-ed1-f54.google.com [209.85.208.54]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id BA46568BA91 for ; Sun, 25 Sep 2022 03:11:59 +0300 (EEST) Received: by mail-ed1-f54.google.com with SMTP id f20so4661653edf.6 for ; Sat, 24 Sep 2022 17:11:59 -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=7NXMCM5siv5taviKz2CG3bGSChjxujpjZfBKKt0AM5g=; b=OSbwk5kEXL22dB6RQvrcGIszSNAjHDsX4odF+84uN78iz1642769vfF/J1jlmE7fUc LeID6d5Yk5b6WZgIKgyeqs3uSTrZwTckHCgl4mGDp7zhWN9UG4Gw0BSyXvP1EqPv0lhR nh6Vid5B+bQDQSNmvYCdykEa0X5ukrUZLJpm9c/jpj1BQf6U2AYWoRH5qqtWJwwJPj9v Byyau37xYIjEnK06pME01yeUQXBIP504WH/Cr66UD6M3A5Q6mGfoYgCq87PNtSVVBbMP x974lybpKFGE3glOHxDnIKd27JL/vt0wcrXtbverbDSbB6oTxaTfKV6Wc9jp6rRTZ+LM vRHw== 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=7NXMCM5siv5taviKz2CG3bGSChjxujpjZfBKKt0AM5g=; b=lArf2uM/rDnrfZ9anYA2hHrII4BOc6GytmJeM5fH11wAfmdzzHecicJbVwqgkFGKy0 coCU/rqrNTXtzeilzdhrRVyGXqid9Qv5xp83bBF51Fjmz2ft+tItPgSrqrWOV9jx9csT F68mY50PFj5ZM3SKAJoiYECEpcheTpoUtfLbgDiAiMhU9NV6miMcFUemoN8ix6MDMnNa /QENVO6pXYufalb1IcYSVF8t7cLVpkvg+JM+ZxHmbr8ifqZ70RS0cnm7FdVjY4r2YAIk 9SDAhHdR6Chgq+1DjQI2iZf/WovuP6w3DS0wt6FCD1ZHf1Qi7Z0fIVxV+72ykety6EmO lOug== X-Gm-Message-State: ACrzQf0rWNNFIASReU2TkyIBpKQ1RjK2FvzJiTxKLZCYJzfa0e4SAzrU dKjE/pMoLF8W7cMypTndZqw/1XCxVKk= X-Google-Smtp-Source: AMsMyM4Pxaud19UjGlNz6WuwH3VH4KXjodwhDxQe4d+Yx0S3ilgqgD8uZIgZd8vD2Jiz/MUtIygwzQ== X-Received: by 2002:a05:6402:204a:b0:456:eed5:5f2c with SMTP id bc10-20020a056402204a00b00456eed55f2cmr5822681edb.200.1664064718852; Sat, 24 Sep 2022 17:11:58 -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.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 24 Sep 2022 17:11:58 -0700 (PDT) From: Marvin Scholz To: ffmpeg-devel@ffmpeg.org Date: Sun, 25 Sep 2022 02:10:47 +0200 Message-Id: <20220925001121.37721-21-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 20/54] avutil/spherical: Add file to doxy group 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: This way the related file will be properly grouped with its corresponding group like it's done in other places in the doxy. --- libavutil/spherical.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libavutil/spherical.h b/libavutil/spherical.h index 85a76a917e..828ac836da 100644 --- a/libavutil/spherical.h +++ b/libavutil/spherical.h @@ -20,6 +20,7 @@ /** * @file + * @ingroup lavu_video_spherical * Spherical video */ -- 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".