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 4FB934390F for ; Sun, 2 Oct 2022 15:48:19 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 989D068BB72; Sun, 2 Oct 2022 18:48:16 +0300 (EEST) Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 532AB68B7C7 for ; Sun, 2 Oct 2022 18:48:10 +0300 (EEST) Received: (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id 696A11BF203 for ; Sun, 2 Oct 2022 15:48:09 +0000 (UTC) Date: Sun, 2 Oct 2022 17:48:08 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20221002154808.GJ6583@pb2> References: MIME-Version: 1.0 In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH] avcodec/mpeg4audio: Move ff_copy_pce_data() to a header of its own 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: multipart/mixed; boundary="===============3784348253162454255==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============3784348253162454255== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="b0R8ugpUbPHtGZft" Content-Disposition: inline --b0R8ugpUbPHtGZft Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 01, 2022 at 07:40:04PM +0200, Andreas Rheinhardt wrote: > It is only used by three of the thirty files that (potentially > indirectly) include mpeg4audio.h. Twenty of these files won't > have a put_bits.h inclusion any more after this patch. >=20 > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/aac_adtstoasc_bsf.c | 1 + > libavcodec/mpeg4audio.c | 1 - > libavcodec/mpeg4audio.h | 43 -------------------- > libavcodec/mpeg4audio_copy_pce.h | 69 ++++++++++++++++++++++++++++++++ > libavformat/adtsenc.c | 1 + > libavformat/latmenc.c | 1 + > 6 files changed, 72 insertions(+), 44 deletions(-) > create mode 100644 libavcodec/mpeg4audio_copy_pce.h should be ok thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB If you think the mosad wants you dead since a long time then you are either wrong or dead since a long time. --b0R8ugpUbPHtGZft Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCYzmytAAKCRBhHseHBAsP q5x8AJ948jeSXxMWNK8yLdQEV2bRMxc9jwCfQWxE4zbfUJ8nWoTe7NR50/yYTwc= =7UGE -----END PGP SIGNATURE----- --b0R8ugpUbPHtGZft-- --===============3784348253162454255== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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". --===============3784348253162454255==--