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 ESMTPS id 5B15C4DCE2 for ; Sun, 2 Mar 2025 18:26:54 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 95D4A68DDD2; Sun, 2 Mar 2025 20:26:50 +0200 (EET) Received: from iq.passwd.hu (iq.passwd.hu [217.27.212.140]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 5A44D68DDD2 for ; Sun, 2 Mar 2025 20:26:44 +0200 (EET) Received: from localhost (localhost [127.0.0.1]) by iq.passwd.hu (Postfix) with ESMTP id 0E420ECDBD for ; Sun, 2 Mar 2025 19:27:51 +0100 (CET) X-Virus-Scanned: amavisd-new at passwd.hu Received: from iq.passwd.hu ([127.0.0.1]) by localhost (iq.passwd.hu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZjUhp0bAKVBA for ; Sun, 2 Mar 2025 19:27:49 +0100 (CET) Received: from iq (iq [217.27.212.140]) by iq.passwd.hu (Postfix) with ESMTPS id 93542ECDBC for ; Sun, 2 Mar 2025 19:27:49 +0100 (CET) Date: Sun, 2 Mar 2025 19:27:49 +0100 (CET) From: Marton Balint To: FFmpeg development discussions and patches In-Reply-To: Message-ID: <8cf1f99b-ff86-f273-d964-5ffa1685e022@passwd.hu> References: <20250223220630.18756-1-jamrial@gmail.com> <20250223220630.18756-24-jamrial@gmail.com> <18e06e12-49c1-c6f0-4bf5-790b098af27f@passwd.hu> MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH 23/30] avutil: remove deprecated FF_API_FRAME_PKT 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On Sat, 1 Mar 2025, James Almer wrote: > On 3/1/2025 2:29 PM, Marton Balint wrote: >> >> >> On Sun, 23 Feb 2025, James Almer wrote: >> >>> Deprecated since 2023-03-20. >> >> This also removes the POS variable from the filters without replacement, >> not just the API. >> >> I suggest we remove frame->pkt_size but we keep frame->pkt_pos around for >> now. > > The @deprecated notice for the field mentions the replacement. The filters using the "POS" variable were not converted to use the replacement API. To be honest, I don't see a trivial way to do that. Regards, Marton _______________________________________________ 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".