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 EDC634B3C8 for ; Fri, 5 Jul 2024 06:10:01 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id CAE5D68DB22; Fri, 5 Jul 2024 09:09:58 +0300 (EEST) Received: from mail0.khirnov.net (red.khirnov.net [176.97.15.12]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 9702868DB0A for ; Fri, 5 Jul 2024 09:09:51 +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=CInO6mXh; dkim-atps=neutral Received: from localhost (localhost [IPv6:::1]) by mail0.khirnov.net (Postfix) with ESMTP id 52E31240DAC; Fri, 5 Jul 2024 08:09:51 +0200 (CEST) Received: from mail0.khirnov.net ([IPv6:::1]) by localhost (mail0.khirnov.net [IPv6:::1]) (amavis, port 10024) with ESMTP id QS0LuwQhjO5G; Fri, 5 Jul 2024 08:09:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=khirnov.net; s=mail; t=1720159790; bh=okEs/wo8tWaRk0EdrZEZk4x2gFnPGvJCZKIGTGbKRBQ=; h=Subject:From:To:Cc:In-Reply-To:References:Date:From; b=CInO6mXhd4jq2FSNj4vX2di80gNhmqf+vxVByWh6eOUGaFWTA+sy89Z0T2ZiEJI4K hZqZGQXYd4p4HpXw50IlF5BKH0U0ITu3oFC7gN7oVpvlxl6/uJU/avr/0RNeJ3Uvcg rzBG66kjQSwh9iOLhIRPmZJ3ZiUVl5OHm1FzaTkF+HpgZ84wmKtLWxQzxb1luOLbmZ H+7hshJNI2PHcopPM2N7WbyvrcvG0gfojORSVsumH2zI4pe7Bb4XhNX5FZs7fePCjQ Ug15hPtzH0hhmmkETT1Fdu0+8F32K003qrlGbHS/d/8rlGPRhSryn47cgWunPQRD1x IrVnniQHXlYPA== 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 9C7672404E5; Fri, 5 Jul 2024 08:09:50 +0200 (CEST) Received: by lain.khirnov.net (Postfix, from userid 1000) id 7C6351601B9; Fri, 5 Jul 2024 08:09:50 +0200 (CEST) From: Anton Khirnov To: FFmpeg development discussions and patches In-Reply-To: <20240705052555.402920-3-marth64@proxyid.net> References: <20240705052555.402920-1-marth64@proxyid.net> <20240705052555.402920-3-marth64@proxyid.net> Mail-Followup-To: FFmpeg development discussions and patches , Marth64 Date: Fri, 05 Jul 2024 08:09:50 +0200 Message-ID: <172015979048.21847.3457860347943966845@lain.khirnov.net> User-Agent: alot/0.8.1 MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH 2/5] avformat/avformat: Add av_stream_get_codec_properties() to expose internal properties 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: Marth64 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 Marth64 (2024-07-05 07:25:52) > Signed-off-by: Marth64 > --- > libavformat/avformat.c | 5 +++++ > libavformat/avformat.h | 7 +++++++ > 2 files changed, 12 insertions(+) Strong no. Internal properties are internal, we should do less exposing of them, not more. -- 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".