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 239444C24D for ; Thu, 6 Feb 2025 10:39:57 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 62DB668BA8F; Thu, 6 Feb 2025 12:39:54 +0200 (EET) Received: from mout-p-202.mailbox.org (mout-p-202.mailbox.org [80.241.56.172]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id D617768B796 for ; Thu, 6 Feb 2025 12:39:47 +0200 (EET) Received: from smtp102.mailbox.org (smtp102.mailbox.org [10.196.197.102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4YpYWj1q4tz9t1r for ; Thu, 6 Feb 2025 11:39:45 +0100 (CET) Message-ID: Date: Thu, 6 Feb 2025 16:09:41 +0530 MIME-Version: 1.0 To: ffmpeg-devel@ffmpeg.org References: <20250202175707.773-1-ffmpeg@gyani.pro> <9654deca-aa9e-43e2-a069-93fe8d62ec3e@gyani.pro> Content-Language: en-US From: Gyan Doshi In-Reply-To: <9654deca-aa9e-43e2-a069-93fe8d62ec3e@gyani.pro> Subject: Re: [FFmpeg-devel] [PATCH v2] avfilter/xpsnr: avoid division by zero 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 2025-02-05 12:09 pm, Gyan Doshi wrote: > > > On 2025-02-02 11:27 pm, Gyan Doshi wrote: >> The ref input may have its frame rate unset, which would then lead to >> SIGFPE. So fall back to the main link frame rate. If that too is unset, >> default to 0. >> >> Related to #11428 > > Plan to push tomorrow. Pushed as 6da82b448568a1875b32a7135fe30b7da8d197e7 Regards, Gyan _______________________________________________ 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".