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 C92C8440D8 for ; Sun, 25 Sep 2022 00:16:14 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id D121568BC23; Sun, 25 Sep 2022 03:12:16 +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 12C0D68BBCC for ; Sun, 25 Sep 2022 03:12:11 +0300 (EEST) Received: by mail-ed1-f49.google.com with SMTP id c30so3513513edn.2 for ; Sat, 24 Sep 2022 17:12:10 -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=2bNZ9GBaOZguvClPguLWSp7MBuAhd+VXctJX/z7RyJM=; b=pWixX96SEqiW2xM9hRzea70iAf2VAkXUsmKICu1wRV72rDzS/sES2CuMKEQJkAHj1P bFRgpKAtCYQEtzovRLzaCvudhgt4iLwdVAGs82hdSzZEfhaTkdvDU/XWmKKzXRpWUhik 6/EsM84AB+kmzGDIE/8lvzrprahzyXileqwDZ4HgwX8ASlSp6X6jgjspo4LYBUdm7YxH mp/l52tNOEmNDR0TsbGbg5CB6EZuIb1IYVvbA6/GJrHRTpp3KYZUpmc33gsAw8p+1/DC ROnx5m+xXQ67TyH4SB+KHs8bS01ADcmjHcjBuyiwpPOie2E88nIX9ZeuHcitYwl5TyuN 5BcA== 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=2bNZ9GBaOZguvClPguLWSp7MBuAhd+VXctJX/z7RyJM=; b=Xq/PXUPyMPu+FcD6xUODsns8elT9uVD1B0FpgLmdnE/aSIwW0oQOqaoPORCl6Em9pE rGk0tHEg/uJ0fHKdAPPj3bHZbxH4dN/soroLeoER3tW6Vf4cE5jtgmybvTUxqDCDDTLR zhqI2U2khwa9lZqL/pQh8tq12YJAkZG25AjDpk6q+y/YTAcPHQoaV3vgYdAl05Hx+iP8 VWMg4KCNu20EMIaWpD4zt956hO+pHrxazPn5CB/lKt//pRtJ4geMA+CThFLXTj1bRu7C iRSrL9L5gy30rHQSf5FMGvCWlyWkuek8HUvTE5kLgrythV4VLHBqFhTVCCFB6GdgAfKU lzdA== X-Gm-Message-State: ACrzQf3jB3QkWAA34zieHdCvXhQuLMX2F4HCK+ZroS8ZN2NdnC4tMgL2 j+ugHCEzsCrpzLPhSCnnhSXfMa04pR0= X-Google-Smtp-Source: AMsMyM5tn6o0gjai5NBqpeZm80eBx/91yZROSmK8wZ2Jk2G1MO6h2JvoU13vBYH2/uxrbDQJEYmKvw== X-Received: by 2002:a05:6402:5190:b0:44f:2924:78f4 with SMTP id q16-20020a056402519000b0044f292478f4mr15183597edd.217.1664064730731; Sat, 24 Sep 2022 17:12:10 -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.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 24 Sep 2022 17:12:10 -0700 (PDT) From: Marvin Scholz To: ffmpeg-devel@ffmpeg.org Date: Sun, 25 Sep 2022 02:10:58 +0200 Message-Id: <20220925001121.37721-32-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 31/54] avutil/channel_layout: Use inline code for 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: This avoids Doxygen to interpret and others that look like XML tags as those, fixing a warning about unknown tags. --- libavutil/channel_layout.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavutil/channel_layout.h b/libavutil/channel_layout.h index 6415355662..ee32cc9ab9 100644 --- a/libavutil/channel_layout.h +++ b/libavutil/channel_layout.h @@ -90,9 +90,9 @@ enum AVChannel { * Range of channels between AV_CHAN_AMBISONIC_BASE and * AV_CHAN_AMBISONIC_END represent Ambisonic components using the ACN system. * - * Given a channel id between AV_CHAN_AMBISONIC_BASE and - * AV_CHAN_AMBISONIC_END (inclusive), the ACN index of the channel is - * = - AV_CHAN_AMBISONIC_BASE. + * Given a channel id `` between AV_CHAN_AMBISONIC_BASE and + * AV_CHAN_AMBISONIC_END (inclusive), the ACN index of the channel `` is + * ` = - AV_CHAN_AMBISONIC_BASE`. * * @note these values are only used for AV_CHANNEL_ORDER_CUSTOM channel * orderings, the AV_CHANNEL_ORDER_AMBISONIC ordering orders the channels -- 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".