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 1421148A30 for ; Fri, 26 Jan 2024 12:17:50 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id BF00768D14E; Fri, 26 Jan 2024 14:17:48 +0200 (EET) Received: from mail0.khirnov.net (red.khirnov.net [176.97.15.12]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7FCAE68CB32 for ; Fri, 26 Jan 2024 14:17:42 +0200 (EET) 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=L1+Nihvg; dkim-atps=neutral Received: from localhost (localhost [IPv6:::1]) by mail0.khirnov.net (Postfix) with ESMTP id 127CE2405F2 for ; Fri, 26 Jan 2024 13:17:42 +0100 (CET) Received: from mail0.khirnov.net ([IPv6:::1]) by localhost (mail0.khirnov.net [IPv6:::1]) (amavis, port 10024) with ESMTP id FI2KUk2QbI7A for ; Fri, 26 Jan 2024 13:17:41 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=khirnov.net; s=mail; t=1706271461; bh=bKms6Grxwa6rHpF2yFQq+cTy9AFe8gOfT62GSx2iy04=; h=Subject:From:To:In-Reply-To:References:Date:From; b=L1+Nihvgb5u1o7GtuwaU8Njzi6nbAM6AmlkpbRx9DzJDIS6i5u6eDmk2B+X17j0hN gxRswCQYwihxQcORBqVfnS1AafawapPkDPMzaq+63nkAACjHSMrRbSpQNOKxPuSZ2e tAlapynWbldmsNbA0JmVnV5WZ1e5TnbLUdyLDZnGNW2jCGg8DtLLtjh7ivXxcV7ULy shitJs4dvMQwPTpoSNQiFDUGZN+0Y7eqYK6J1toO7g20UU4U211zze4Yy+p9J5iELi dQsakU4t9lMeIj9FZr+0CnyBrozTI/BUZGeBcCYeicsdN/HP0J4f2iCYIBs2Tql5XW rbspQ4fSxx7YQ== 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 5A66E2404E5 for ; Fri, 26 Jan 2024 13:17:41 +0100 (CET) Received: by lain.khirnov.net (Postfix, from userid 1000) id 3FBF11601B9; Fri, 26 Jan 2024 13:17:35 +0100 (CET) From: Anton Khirnov To: FFmpeg development discussions and patches In-Reply-To: References: <20240126103905.17826-1-anton@khirnov.net> Mail-Followup-To: FFmpeg development discussions and patches Date: Fri, 26 Jan 2024 13:17:35 +0100 Message-ID: <170627145523.8914.14993136855646933607@lain.khirnov.net> User-Agent: alot/0.8.1 MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH] lavc: move bitstream filters into bsf/ subdir 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: Quoting Lynne (2024-01-26 13:11:33) > Jan 26, 2024, 11:40 by anton@khirnov.net: > > > --- > > libavcodec/Makefile | 49 +--------------- > > libavcodec/bsf/Makefile | 56 +++++++++++++++++++ > > > > Is that the general direction we want to take? > I don't mind it, but I'm wondering if I should do this for what I care about? I'd say yes for things with >~ 10 files. libavcodec/ got way too large. -- 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".