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 EE63C48A49 for ; Fri, 26 Jan 2024 12:11:45 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id E5D3E68D0B5; Fri, 26 Jan 2024 14:11:41 +0200 (EET) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 0D05468CE3A for ; Fri, 26 Jan 2024 14:11:34 +0200 (EET) Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w4.tutanota.de (Postfix) with ESMTP id 5EF7410602F2 for ; Fri, 26 Jan 2024 12:11:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1706271093; s=s1; d=lynne.ee; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:References:Sender; bh=TCaSmAcxwVYK4ud1AAcg0Hu37k4rym5mgOdsetxRa2Y=; b=TZ0xryShuoOCzorKRE9CWeS71lv+obZXh2vmyoXM6A3C8NwVtSX0lId57f1pCfQy /WZxpJfGUzPPW+f82paK3oUVc+CRESyX/WOTP6N5mB/LkkWYNdbe6/movebQ8aksY5u O55raDT/zYAhLZ1eTSyqO0khj9cyFFXIEPhEefvqIZoR18dqyko1kPVS6gWFTaUmX6a zYyCuABCr5CAYC+pStFjIdfVhYzVg6RsvMNDkhV1lTtdkfjJo6hEmzFrsa0ACiDXmn0 6oz4Whpuox8uQiXz9vaylcOfwHzAuFnQ/LDNXWKiO7/jjfd/mil3wXYGi2qDNPZKBiX g+FFXe8A4A== Date: Fri, 26 Jan 2024 13:11:33 +0100 (CET) From: Lynne To: FFmpeg development discussions and patches Message-ID: In-Reply-To: <20240126103905.17826-1-anton@khirnov.net> References: <20240126103905.17826-1-anton@khirnov.net> 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: 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? _______________________________________________ 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".