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 B40E242529 for ; Sat, 23 Apr 2022 21:11:38 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 6556068B410; Sun, 24 Apr 2022 00:11:36 +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 B956068B3BB for ; Sun, 24 Apr 2022 00:11:29 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mailo.com; s=mailo; t=1650748289; bh=ZQBUP6u/4D84lBjCVcIJC7itNswHa/sqfN9ysV/cc1c=; h=X-EA-Auth:From:To:Date:Subject:MIME-Version:X-Mailer:Message-ID: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=dm1AFyIVswEh/BND+nvTv/HSGdyldTbofZb+TwoJRWMSgjt553vJbgvZAeg5WwYkz PonY06hChnIbegxB2vTqsftDuijHthzzhGb9RsEVDqcFPe2uxem2xreDIxERf+sZE2 qvC3FVhrVtEBBZzkWIjoe23i70nI5PQDh60K+1lA= Received: by www-7.mailo.com with http webmail; Sat, 23 Apr 2022 23:11:29 +0200 (CEST) X-EA-Auth: XyDMFeNzJggz2zFlHvc+epVbmdHeAsInUZ5vqZaWEYc0cbb9u6B+i9qPEvObC8fSr4+5pDujYtnlaFRc2WZEQ488KAZR70eo From: nil-admirari@mailo.com To: ffmpeg-devel@ffmpeg.org Date: Sat, 23 Apr 2022 23:11:29 +0200 (CEST) X-Priority: 3 MIME-Version: 1.0 X-Mailer: COMS/EA21.01/r20220415 Message-ID: In-Reply-To: <8cbf5ac-4ae3-b7d7-d2b8-d3a4fe813df@martin.st> Subject: Re: [FFmpeg-devel] [PATCH v9 2/6] libavformat/avisynth.c: Remove MAX_PATH limit 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: > This looks ok to me, but as mentioned in the other patch, I think CP_ACP > actually would be more correct than the current CP_THREAD_ACP utf8toansi was changed to use CP_ACP in https://ffmpeg.org/pipermail/ffmpeg-devel/2022-April/295569.html, so avisynth.c now uses CP_ACP as well. _______________________________________________ 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".