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 402F3447C4 for ; Sun, 25 Sep 2022 00:14:57 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B683968BBFE; Sun, 25 Sep 2022 03:12:06 +0300 (EEST) Received: from mail-ed1-f51.google.com (mail-ed1-f51.google.com [209.85.208.51]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 4B28768BBCC for ; Sun, 25 Sep 2022 03:12:01 +0300 (EEST) Received: by mail-ed1-f51.google.com with SMTP id z97so4647452ede.8 for ; Sat, 24 Sep 2022 17:12:01 -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=0pi3nbdctF/MAps0VAow1y27w7WzwizQIRT6F+ODlXY=; b=R4elQlsQ0WYw3YmE/0Uyx8H+dA2G2VO92hFipcqHmrq0GOHq4rpZEixhCYV1saOL00 twMsgA35etU6iBT+KB5Kx22823dTmHrmWthKAZUfzlbyqGiu3nCJrRG4/4P9UtCoN0ej xklCRHnAL/9tfuiydT16k/jzWxLbuVVU+nbwPLyPy72bhA3R2T+5n4JTTLFPZH3qn111 ACjxmkFWN3OAt0wc8xj5R+jtZfJmfg5o4kteVZdSPX33azOnyAcUfLpdz1c0sxKPDUL3 x36qvX/OVTGzvuUVU7UXhX5HqLj6ngjREMhzGkBj3b9OWKAXsLJYEw7toQ/1nOKIesfY L7FQ== 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=0pi3nbdctF/MAps0VAow1y27w7WzwizQIRT6F+ODlXY=; b=skxkQhrEoJtkFyknVcGO4GxtK2R1skKz7SoX5BiCLbP2NnYrrIHIk0QV8FYYmUcS3K 7nn3CHQ6UJRSKt9PDOIVvPrzjk2N3aYHg1SPDWb9pIt4J9cXEWnI8mTD0iqmb7Oq1OtC GX467gPTL+5RBcUyIusicXdHJMPC8ho7TnZUx+fa+4ON2NBRcmS4qo44HSxvOfhzh7r1 RMeYH9rf4VC4HUnQp8F54nClSMzD/6wnvq4dtRqEUeI7NGPy+uNmf+5A6Y9vcZnocLlG 0RrYCwYjZXqLuZnYrnT3TMjIKYPjzzAS9rYlP5meMp3WjL6tE7jwV03u0Zckr8N6ZLbs /vvw== X-Gm-Message-State: ACrzQf2qbKVVCz7lbUt8aVm20/xyEE9n/DHFrds7jFP2X/SbgB9F+gkY YazTTYjOk2gGrRCrQfL2PQ6C0YN+9Zs= X-Google-Smtp-Source: AMsMyM4nc3RRxOyiOBD5ce8w3boaIYC68pz24uDt1ptmOZdppyOnw0VQN+NVjhdPuTPC43c5lWpbow== X-Received: by 2002:a50:a698:0:b0:457:26fa:4fd3 with SMTP id e24-20020a50a698000000b0045726fa4fd3mr1030336edc.286.1664064720950; Sat, 24 Sep 2022 17:12:00 -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.12.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 24 Sep 2022 17:12:00 -0700 (PDT) From: Marvin Scholz To: ffmpeg-devel@ffmpeg.org Date: Sun, 25 Sep 2022 02:10:49 +0200 Message-Id: <20220925001121.37721-23-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 22/54] avutil/stereo3d: 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/stereo3d.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libavutil/stereo3d.h b/libavutil/stereo3d.h index 751d70b49a..3aab959b79 100644 --- a/libavutil/stereo3d.h +++ b/libavutil/stereo3d.h @@ -20,6 +20,7 @@ /** * @file + * @ingroup lavu_video_stereo3d * Stereoscopic 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".