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 07740440B6 for ; Sun, 25 Sep 2022 00:12:39 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A245768BB5C; Sun, 25 Sep 2022 03:11:51 +0300 (EEST) Received: from mail-ej1-f52.google.com (mail-ej1-f52.google.com [209.85.218.52]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 4405A68BAB6 for ; Sun, 25 Sep 2022 03:11:48 +0300 (EEST) Received: by mail-ej1-f52.google.com with SMTP id a26so7461277ejc.4 for ; Sat, 24 Sep 2022 17:11:48 -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=JTp2ioyeBZtWzpqAk7jOuCs0ecjow3nhxTSSPlMTRGY=; b=PyXn4Osu7aiQNefgpnLCRlT0XL0qeFod09O4hAUjH3kWaT6IUsFmhQjlfbEWRGCJ6A u1alGRMrFnryGKJqTj0W3YNlGudd9ntrVQKeu17c7Aw13SgHgKCA3v8MVUePJUiKXkFg s5FK5qsYG68QDEIYLavIPu8TGdFI5qz5VJhiG5QL/uaHnExPSVoAcZPkrP9Qwn0eV5rz fOMk+eTJc4wQr6Btrs8Z0vq+swHrqMYC7LaCaq7M+tnuFuB4wqjFO6jm+w3uetJ2f1G7 V27d2J2LaobMVcVhvvz4lL9S0xDazEg+nKLBA3sQ0JUbm5nGG+mOJuI/DeVsjoV4ljtr xeYw== 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=JTp2ioyeBZtWzpqAk7jOuCs0ecjow3nhxTSSPlMTRGY=; b=B5GyRVjsRjil58STaSK7VT0LEi/AKlRaL9rUTocfH1Wn63Tu8DWDo+cm0W0pTnbGw/ icEtn7e55ByEClYUU08DkbFphiKpeqzwxye7P8AMY8S3V5fq1CtdzTGbC+mg4H12HsJc nG4GlisYFujh/VgFqsQ3hyRKp1sjULguUwuiaXX8HeiHqIVWzt2vYQIczkZc0O7On7Xg KfKtdVSRCCU7IN0jnPAvxdTnIQ9yMmgoH49unTPKLe3N42qmXUuTB3zNeEQchHxWKI4I NLYwYxqufTaqZtgQ7fR2bv+UCZ5DkdqM4VDgZQvMBP2f27mPdHT9Le2+87pxJblSi+kT 4aTg== X-Gm-Message-State: ACrzQf21OX11eWGzw89lwhp8Y5rjENd+S8ZxCs5ZWXU0sJ4JWXKkS5I/ kpcAtVcLZFLgcJESVknEViHnYFrPGWA= X-Google-Smtp-Source: AMsMyM7B77J7e1nDIN+uLOeSUJc3YbZgrRy2DlZGYUkU1wIluTaOMNCAiKahliwckM1UoqRj4Wnezg== X-Received: by 2002:a17:906:5a6b:b0:73c:c9ee:8b5c with SMTP id my43-20020a1709065a6b00b0073cc9ee8b5cmr12474583ejc.310.1664064708332; Sat, 24 Sep 2022 17:11:48 -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.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 24 Sep 2022 17:11:48 -0700 (PDT) From: Marvin Scholz To: ffmpeg-devel@ffmpeg.org Date: Sun, 25 Sep 2022 02:10:37 +0200 Message-Id: <20220925001121.37721-11-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 10/54] avutil/channel_layout: Group deprecated functions 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: Makes it a bit easier to spot the deprecated ones when looking at the overview. --- libavutil/channel_layout.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/libavutil/channel_layout.h b/libavutil/channel_layout.h index 070c98072b..52af52390c 100644 --- a/libavutil/channel_layout.h +++ b/libavutil/channel_layout.h @@ -394,6 +394,11 @@ typedef struct AVChannelLayout { struct AVBPrint; #if FF_API_OLD_CHANNEL_LAYOUT +/** + * @name Depreacted Functins + * @{ + */ + /** * Return a channel layout id that matches name, or 0 if no match is found. * @@ -520,6 +525,9 @@ const char *av_get_channel_description(uint64_t channel); attribute_deprecated int av_get_standard_channel_layout(unsigned index, uint64_t *layout, const char **name); +/** + * @} + */ #endif /** -- 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".