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 9C8FA484B1 for ; Sun, 4 Feb 2024 09:17:48 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 719E168D14E; Sun, 4 Feb 2024 11:17:46 +0200 (EET) Received: from mout-p-201.mailbox.org (mout-p-201.mailbox.org [80.241.56.171]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id E3BB368B6F9 for ; Sun, 4 Feb 2024 11:17:38 +0200 (EET) Received: from smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:b231:465::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-201.mailbox.org (Postfix) with ESMTPS id 4TSP6m3CNfz9sR1 for ; Sun, 4 Feb 2024 10:17:36 +0100 (CET) Message-ID: <403a7037-b0ec-4c51-8b8b-9829e8c940d3@gyani.pro> Date: Sun, 4 Feb 2024 14:47:33 +0530 MIME-Version: 1.0 To: ffmpeg-devel@ffmpeg.org References: <20240129050007.1674-1-ffmpeg@gyani.pro> <1c6d9c32-2deb-4c4b-872d-f9f4092a1400@gyani.pro> Content-Language: en-US From: Gyan Doshi In-Reply-To: <1c6d9c32-2deb-4c4b-872d-f9f4092a1400@gyani.pro> X-Rspamd-Queue-Id: 4TSP6m3CNfz9sR1 Subject: Re: [FFmpeg-devel] [PATCH] avformat/wavenc: use strtoull for UMID conversion 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 2024-02-02 03:34 pm, Gyan Doshi wrote: > > > On 2024-01-29 10:30 am, Gyan Doshi wrote: >> Existing use of strtoll can lead to ERANGE errors leading to incorrect >> storage of UMID. > > Plan to push tomorrow. Pushed as 7375a6ca7b4a4b223a71f85a772c64a34e60eabe 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".