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 8D5E442F37 for ; Mon, 16 May 2022 08:20:04 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 99E7068A8B4; Mon, 16 May 2022 11:20:01 +0300 (EEST) Received: from msg-4.mailo.com (ip-15.mailobj.net [213.182.54.15]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 562A168B3C5 for ; Mon, 16 May 2022 11:19:55 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mailo.com; s=mailo; t=1652689194; bh=hcQnLWDM/Eqc50zr9bjZj+JjRxMphz8Mq2k2dKwL94Y=; h=X-EA-Auth:From:To:Date:Subject:MIME-Version:X-Mailer:Message-ID: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=nh/zcar7TeR7VKgtHKiyePXzpKP0HrN63H1QZjwUDFEyM14mUn22DBr4dstKtrF/S sydbf56AoqnrzDEtmGz57of7nRUxaFsh+p2B1ucsn8X5TpqETNpZ5zGQtGj5n6ffMN HB4i7bplBed5dsBI61PEvAmEWAH8esY/1AhqPPvE= Received: by www-7.mailo.com with http webmail; Mon, 16 May 2022 10:19:54 +0200 (CEST) X-EA-Auth: gfh7Hj/M35vYZQNyeJEdRAXFzvQohvuisw/w5+a/W4PDD2SbZBrC/qkNILi8a7XTzYt3fdgMi1LMAgfkyaO23xQaS0DCDZgu From: nil-admirari@mailo.com To: ffmpeg-devel@ffmpeg.org Date: Mon, 16 May 2022 10:19:54 +0200 (CEST) X-Priority: 3 MIME-Version: 1.0 X-Mailer: COMS/EA21.01/r20220415 Message-ID: In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH 2/2] avformat/os_support: Support long file names on Windows 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: > We already have win32_stat, but what's a bit tricky is that the > struct that this function takes as a parameter is named the same > as the function itself. Sorry, I thought is was a definition of a function, not a struct. Since stat function is already defined as win32_stat, It's better to revert the changes. _______________________________________________ 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".