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 1D48742FFD for ; Fri, 17 Jun 2022 09:34:07 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 57C5768B881; Fri, 17 Jun 2022 12:34:06 +0300 (EEST) Received: from msg-1.mailo.com (msg-1.mailo.com [213.182.54.11]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id A354368B7CF for ; Fri, 17 Jun 2022 12:33:59 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mailo.com; s=mailo; t=1655458439; bh=jNPaexd+Ahr8SyRSvRrV6I3kKlMESNedh31ePKPlqL4=; h=X-EA-Auth:From:To:Date:Subject:MIME-Version:X-Mailer:Message-ID: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=MhJtUyFdHLBUM0CwqseWSKy6RKM0mQfd1HspJp1ug9xLjDcYzMyr9l+n1cnPvRk0t MhBGD2ZXkLJpsNosC4uKNiA862ePkRogn6eeCvgY3G5SGFDcmuVTi06lqfliVpPXr4 FN7T/ejXEaqCssqCT9ZRpKYe0z4fuA5R4hDDMXI4= Received: by www-7.mailo.com with http webmail; Fri, 17 Jun 2022 11:33:58 +0200 (CEST) X-EA-Auth: gf+kSE7y9e/srmp8NRqY0W+kfoN4P99bgh5fsIFHMWimWkr+K4ODrHnugLWHva5FUngVSekrtYI0qQQ8mE6hhPlpI+cAS0vO From: nil-admirari@mailo.com To: ffmpeg-devel@ffmpeg.org Date: Fri, 17 Jun 2022 11:33:58 +0200 (CEST) X-Priority: 3 MIME-Version: 1.0 X-Mailer: COMS/EA22.05/r20220614 Message-ID: In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH v14 2/5] compat/w32dlfcn.h: Remove MAX_PATH limit and replace LoadLibraryExA with LoadLibraryExW 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: > With the +1 your while condition term is effectively > > path_size <= 32768 > > But when the path_size is 32768, you do not need to > go for another loop with an increased buffer because this is > already as large as it can get. There won't be any 32769 > or 32770 (...) cases, I think. Removed +1: https://ffmpeg.org/pipermail/ffmpeg-devel/2022-June/297688.html. _______________________________________________ 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".