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 8F49F46209 for ; Tue, 9 May 2023 12:02:20 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 0C88868C09F; Tue, 9 May 2023 15:02:17 +0300 (EEST) Received: from mail0.khirnov.net (red.khirnov.net [176.97.15.12]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 9F18D68BF20 for ; Tue, 9 May 2023 15:02:10 +0300 (EEST) Received: from localhost (localhost [IPv6:::1]) by mail0.khirnov.net (Postfix) with ESMTP id 5C9D92404EC for ; Tue, 9 May 2023 14:02:10 +0200 (CEST) Received: from mail0.khirnov.net ([IPv6:::1]) by localhost (mail0.khirnov.net [IPv6:::1]) (amavisd-new, port 10024) with ESMTP id 4emN22UVxt_N for ; Tue, 9 May 2023 14:02:09 +0200 (CEST) Received: from lain.khirnov.net (lain.khirnov.net [IPv6:2001:67c:1138:4306::3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "lain.khirnov.net", Issuer "smtp.khirnov.net SMTP CA" (verified OK)) by mail0.khirnov.net (Postfix) with ESMTPS id B205B240177 for ; Tue, 9 May 2023 14:02:09 +0200 (CEST) Received: by lain.khirnov.net (Postfix, from userid 1000) id A03331601B2; Tue, 9 May 2023 14:02:09 +0200 (CEST) From: Anton Khirnov To: FFmpeg development discussions and patches In-Reply-To: <51a6fb30-cfed-cfbb-6dc7-96c3a1f7a55a@gmail.com> References: <20230509103041.5537-1-anton@khirnov.net> <20230509103041.5537-2-anton@khirnov.net> <51a6fb30-cfed-cfbb-6dc7-96c3a1f7a55a@gmail.com> Mail-Followup-To: FFmpeg development discussions and patches Date: Tue, 09 May 2023 14:02:09 +0200 Message-ID: <168363372962.9711.13681711706171933407@lain.khirnov.net> User-Agent: alot/0.8.1 MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH 2/3] lavc: deprecate AV_CODEC_CAP_SUBFRAMES 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 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: Quoting James Almer (2023-05-09 13:56:22) > On 5/9/2023 7:30 AM, Anton Khirnov wrote: > > There is nothing meaningful the caller can do with it. > > --- > > libavcodec/alsdec.c | 6 +++++- > > libavcodec/apac.c | 6 ++++-- > > libavcodec/apedec.c | 6 +++++- > > libavcodec/atrac3.c | 12 ++++++++++-- > > libavcodec/atrac9dec.c | 6 +++++- > > libavcodec/bonk.c | 6 ++++-- > > libavcodec/codec.h | 3 +++ > > libavcodec/ftr.c | 6 +++++- > > libavcodec/g723_1dec.c | 6 +++++- > > libavcodec/g729dec.c | 12 ++++++++++-- > > libavcodec/libspeexdec.c | 6 +++++- > > libavcodec/misc4.c | 5 ++++- > > libavcodec/shorten.c | 6 ++++-- > > libavcodec/tests/avcodec.c | 3 +-- > > libavcodec/version_major.h | 1 + > > libavcodec/wavarc.c | 2 ++ > > libavcodec/wmalosslessdec.c | 6 +++++- > > libavcodec/wmaprodec.c | 18 +++++++++++++++--- > > libavcodec/wmavoice.c | 6 +++++- > > 19 files changed, 98 insertions(+), 24 deletions(-) > > Missing APIChanges entry. > > For that matter, when there's no replacement for a deprecated API, and > thus there's no point in bumping minor, what should the APIChanges entry > point to? Is there a point in having an APIchanges entry when no API actually changed? -- Anton Khirnov _______________________________________________ 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".