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 4D04C4BF0D for ; Thu, 18 Jul 2024 11:25:47 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 14AD068DAD1; Thu, 18 Jul 2024 14:25:45 +0300 (EEST) Received: from mail0.khirnov.net (red.khirnov.net [176.97.15.12]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 1044968D8A2 for ; Thu, 18 Jul 2024 14:25:39 +0300 (EEST) Authentication-Results: mail0.khirnov.net; dkim=pass (2048-bit key; unprotected) header.d=khirnov.net header.i=@khirnov.net header.a=rsa-sha256 header.s=mail header.b=f47nvPFw; dkim-atps=neutral Received: from localhost (localhost [IPv6:::1]) by mail0.khirnov.net (Postfix) with ESMTP id A9E39240DB7; Thu, 18 Jul 2024 13:25:38 +0200 (CEST) Received: from mail0.khirnov.net ([IPv6:::1]) by localhost (mail0.khirnov.net [IPv6:::1]) (amavis, port 10024) with ESMTP id G7QI1BFzoFAH; Thu, 18 Jul 2024 13:25:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=khirnov.net; s=mail; t=1721301937; bh=8v58u6eYwIqhPhcMkrKVpMH1IjST6QRCLknqtAIdFH4=; h=Subject:From:To:Cc:In-Reply-To:References:Date:From; b=f47nvPFwvpN0G6YqCgTZhcuc92P3V31ZLVLfK18ZZaC1rggdSNP7O75PCaSxeD4U9 5HQCkkC8tDVeQUEpukh2T+h2tEWgW5hsN+wBnOcV3lXmfo6aQeMk6YttVkGYBGwLH8 rLlEzaLXQuD1tvucJZlHX252H3krAtYOXqHFvdLuq6R4/Kdt4tVAUf1QP44uran25C 1kQl4yg1oPEWKXs7YeXubWGiaw756qHzH+s9ZFF2XW/8BMAmLVZk7Q6YDBLxdGFSMM TIhA+rSm8V9QaRb6rFl6b7ROJanDsnZkWbXI9NCqS/NPD96uEKf2iEzdQNgV8//U9p eljZyaIQLr/+Q== Received: from lain.khirnov.net (lain.khirnov.net [IPv6:2001:67c:1138:4306::3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "lain.khirnov.net", Issuer "smtp.khirnov.net SMTP CA" (verified OK)) by mail0.khirnov.net (Postfix) with ESMTPS id D91A2240695; Thu, 18 Jul 2024 13:25:37 +0200 (CEST) Received: by lain.khirnov.net (Postfix, from userid 1000) id B56D61601B9; Thu, 18 Jul 2024 13:25:37 +0200 (CEST) From: Anton Khirnov To: FFmpeg development discussions and patches In-Reply-To: <593d1c9b-a040-40e9-93f9-d6966eeb080b@gmx.net> References: <8c6c11a6-bc55-41a0-9f98-262c60f63ec8@gmx.net> <593d1c9b-a040-40e9-93f9-d6966eeb080b@gmx.net> Mail-Followup-To: FFmpeg development discussions and patches , Stefan Oltmanns Date: Thu, 18 Jul 2024 13:25:37 +0200 Message-ID: <172130193771.21847.12496308464135252572@lain.khirnov.net> User-Agent: alot/0.8.1 MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH v2] libavformat/vapoursynth: Update to API version 4, load library at runtime 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 Cc: Stefan Oltmanns 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: Quoting Stefan Oltmanns via ffmpeg-devel (2024-07-18 11:37:56) > Hello, > > I adressed the issues/concerns that were raised with the first revision > of the patch. > Any feedback? Did I do something wrong? I dislike the concept in general, not to mention adding unacceptable global state. -- Anton Khirnov _______________________________________________ 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".