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 C0AF542B02 for ; Wed, 13 Apr 2022 10:22:06 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2F1EF68B3C1; Wed, 13 Apr 2022 13:22:04 +0300 (EEST) Received: from mail0.khirnov.net (red.khirnov.net [176.97.15.12]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id D464268AB71 for ; Wed, 13 Apr 2022 13:21:57 +0300 (EEST) Received: from localhost (localhost [IPv6:::1]) by mail0.khirnov.net (Postfix) with ESMTP id 5C101240179 for ; Wed, 13 Apr 2022 12:21:57 +0200 (CEST) Received: from mail0.khirnov.net ([IPv6:::1]) by localhost (mail0.khirnov.net [IPv6:::1]) (amavisd-new, port 10024) with ESMTP id G-eSIBz6moYf for ; Wed, 13 Apr 2022 12:21:56 +0200 (CEST) Received: from lain.red.khirnov.net (lain.red.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.red.khirnov.net", Issuer "smtp.khirnov.net SMTP CA" (verified OK)) by mail0.khirnov.net (Postfix) with ESMTPS id E06752400F5 for ; Wed, 13 Apr 2022 12:21:56 +0200 (CEST) Received: by lain.red.khirnov.net (Postfix, from userid 1000) id 1FFA31601AD; Wed, 13 Apr 2022 12:21:57 +0200 (CEST) From: Anton Khirnov To: FFmpeg development discussions and patches In-Reply-To: <20220411192810.GG2829255@pb2> References: <20220324230738.GW2829255@pb2> <20220411084934.8477-1-anton@khirnov.net> <20220411192810.GG2829255@pb2> Mail-Followup-To: FFmpeg development discussions and patches Date: Wed, 13 Apr 2022 12:21:57 +0200 Message-ID: <164984531710.21047.5921265633765682922@lain.red.khirnov.net> User-Agent: alot/0.8.1 MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH] lavc/snow: only allocate mconly_picture for decoding 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 Michael Niedermayer (2022-04-11 21:28:10) > On Mon, Apr 11, 2022 at 10:49:34AM +0200, Anton Khirnov wrote: > > It is not used in the encoder. > > --- > > Does this fix the crash? > > --- > > libavcodec/snow.c | 12 ++++++++---- > > 1 file changed, 8 insertions(+), 4 deletions(-) > > This patch alone works fine > > i havnt tested it in conjunction with other patches as i slightly > lost track but 1-3 + this seem not to build or i did something stupid Probably conflicts with the AVCodec callback restructuring by Andreas. This patch should not interact with the previous ones in any way, so it should be fine if it works on its own I also pushed the rebased versions of patches before this one, so you can test it again if you prefer. -- 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".