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 E21E748B5A for ; Wed, 3 Apr 2024 14:52:53 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 5F56B68D164; Wed, 3 Apr 2024 17:52:50 +0300 (EEST) Received: from mail0.khirnov.net (red.khirnov.net [176.97.15.12]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 72EA168CE16 for ; Wed, 3 Apr 2024 17:52:43 +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=Adkwu6oZ; dkim-atps=neutral Received: from localhost (localhost [IPv6:::1]) by mail0.khirnov.net (Postfix) with ESMTP id 33663240DAC for ; Wed, 3 Apr 2024 16:52:43 +0200 (CEST) Received: from mail0.khirnov.net ([IPv6:::1]) by localhost (mail0.khirnov.net [IPv6:::1]) (amavis, port 10024) with ESMTP id UbFUw8YcXPYt for ; Wed, 3 Apr 2024 16:52:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=khirnov.net; s=mail; t=1712155962; bh=iAmHUDVj4wS0ZZUkqa6BqDjyw/dz+X0+0qmSbuTJZUk=; h=Subject:From:To:In-Reply-To:References:Date:From; b=Adkwu6oZ69B/L4+jOJWKCIhvhi09RPkJze7KOLdKoKX3ZgCzqlG5Bhx1QaWa5fNkO IaCawqgtz0cLxnNJshF3nbVSPyUlYZLWp7vjmGVp1ZqqwFVa7JUgX6uurONQaOz8bI SyVScZ5ejcyNahR4FrreVuUgspDs9DKw1P4LW5MdSPH6YkPV6VouSEWkNNouwOW6Qy HMFaKDqU1fdJLMTzmGu7EIpMJtVIboVJ9HAFOMFHhJ4wF6AWDGp8r8EeOgrXbztpvC c9ADaMAXkNSDWZOfUlCUwz3fSBnfrAAgqrGAK7ZiY1E4qFHM7x1+U9upZsHJ4zceGE TxW9K/gYfFN2g== 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 6FF032404E5 for ; Wed, 3 Apr 2024 16:52:42 +0200 (CEST) Received: by lain.khirnov.net (Postfix, from userid 1000) id 8F6A11601B9; Wed, 3 Apr 2024 16:52:35 +0200 (CEST) From: Anton Khirnov To: FFmpeg development discussions and patches In-Reply-To: <518aedf1-c113-4f57-8c5b-117ce1af5e02@gmail.com> References: <20240402190450.10623-1-jamrial@gmail.com> <8a87b320-2497-4a6d-a557-0af01f3e0be1@gmail.com> <171213332603.28449.8576797577945878955@lain.khirnov.net> <518aedf1-c113-4f57-8c5b-117ce1af5e02@gmail.com> Mail-Followup-To: FFmpeg development discussions and patches Date: Wed, 03 Apr 2024 16:52:35 +0200 Message-ID: <171215595556.30127.3159488504427434175@lain.khirnov.net> User-Agent: alot/0.8.1 MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH] avcodec/vvcdec: move vvcdec.{c, h} to the top directory 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 James Almer (2024-04-03 16:46:14) > On 4/3/2024 5:35 AM, Anton Khirnov wrote: > > Quoting James Almer (2024-04-02 21:28:28) > >> On 4/2/2024 4:25 PM, Andreas Rheinhardt wrote: > >>> James Almer: > >>>> As it's the main file declaring the AVCodec. > >>> > >>> And why is that supposed to be an advantage? > >> > >> It's not, it's a cosmetic change. Makes it easier to find at least one > >> file containing the core code in the base directory. > >> And I'd like to do the same for other big modules with 3+ source files. > >> hevc, h264, vp9, etc. > > > > I dislike this. > > Any particular reason why? I'd really like to get some consistency in > the lavc folder. So would I, but it seems inconsistent to me to have everything foo-related in a directory, except this one special file. If we have a directory for codec X, it seems most consistent to me to put EVERYTHING in that directory. -- 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".