From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.ffmpeg.org (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id B8CB84F21E for ; Sat, 17 May 2025 22:08:28 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id C9AC568D9C6; Sun, 18 May 2025 01:08:25 +0300 (EEST) Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTPS id DA70768D998 for ; Sun, 18 May 2025 01:08:23 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id E1E191FCE7 for ; Sat, 17 May 2025 22:08:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1747519703; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=UBosHW0bqDGSkRRtqJZgg1wMjIudvzCC0c5xskHLvjo=; b=o7NX0PCY4+HYMlxZ1Gp7gbDfxNRxYg9OwkngOVwpOjwh2ZSAwrXOeH9dsnt6/ZmtbIK2Mw mZcDH05/e4Q1ibe9Ff8So8y4i0FLKB99/Voq9BrS9DgA4h3DLRwhif0VV5YHP2RRDLzBdy aYUFtOW+IOP6FNQ5xMt1N14xSJDNAFFAjNXUAv4m1A54z65J3fwf8OxrjofFOJ/qoGYElW 6xn8UOTYavCtDCD/dWZq3h1KhaV/B3N7FPDSTzM8MGERgQRLBth0/y9i5TnlEcCBDKYCwe p+WB6j78pDnAm1BWKzFbaZzhPyYNg5ocqBbXV8LEmwEu7jda7W6se9uYiR+bpQ== Date: Sun, 18 May 2025 00:08:21 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20250517220821.GD29660@pb2> References: <20250509234327.71039-1-romain.beauxis@gmail.com> <20250509234327.71039-2-romain.beauxis@gmail.com> <20250514223244.GM29660@pb2> MIME-Version: 1.0 In-Reply-To: X-GND-State: clean X-GND-Score: -70 X-GND-Cause: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgdefudeijeelucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuifetpfffkfdpucggtfgfnhhsuhgsshgtrhhisggvnecuuegrihhlohhuthemuceftddunecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenfghrlhcuvffnffculdeftddmnecujfgurhepfffhvffukfhfgggtuggjsehgtderredttddunecuhfhrohhmpefoihgthhgrvghlucfpihgvuggvrhhmrgihvghruceomhhitghhrggvlhesnhhivgguvghrmhgrhigvrhdrtggtqeenucggtffrrghtthgvrhhnpedutedvhfduuedugedufefghefhvedvgffgffekhfdvgfdvtefftdejkeehteefheenucfkphepgedurdeiiedrieejrdduudefnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehinhgvthepgedurdeiiedrieejrdduudefpdhhvghloheplhhotggrlhhhohhsthdpmhgrihhlfhhrohhmpehmihgthhgrvghlsehnihgvuggvrhhmrgihvghrrdgttgdpnhgspghrtghpthhtohepuddprhgtphhtthhopehffhhmphgvghdquggvvhgvlhesfhhfmhhpvghgrdhorhhg X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH v5 1/7] libavformat/oggdec.h: Document packet function return value. 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="===============6814115593916354575==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============6814115593916354575== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="fAnX9Hentx8C7RTv" Content-Disposition: inline --fAnX9Hentx8C7RTv Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 16, 2025 at 12:39:36PM -0500, Romain Beauxis wrote: > Le mer. 14 mai 2025 =E0 17:32, Michael Niedermayer a > =E9crit : > > > > On Fri, May 09, 2025 at 06:43:21PM -0500, Romain Beauxis wrote: > > > --- > > > libavformat/oggdec.h | 6 ++++++ > > > 1 file changed, 6 insertions(+) > > > > > > diff --git a/libavformat/oggdec.h b/libavformat/oggdec.h > > > index 43df23f4cb..5225b77a07 100644 > > > --- a/libavformat/oggdec.h > > > +++ b/libavformat/oggdec.h > > > @@ -38,6 +38,12 @@ struct ogg_codec { > > > * -1 if an error occurred or for unsupported stream > > > */ > > > int (*header)(AVFormatContext *, int); > > > + /** > > > + * Attempt to process a packet as a data packet > > > + * @return < 0 (AVERROR) code or -1 on error > > > + * =3D=3D 0 if the packet was a regular data packet. > > > + * =3D=3D 0 or 1 if the packet was a header from a chain= ed > bitstream. > > > + */ > > > int (*packet)(AVFormatContext *, int); > > > /** > > > * Translate a granule into a timestamp. > > > -- > > > > will apply, so the patchset becomes smaller >=20 > Thanks! >=20 > I'll address the comments on the vorbis diff. >=20 > Opus and flac could go in too if you want. no objection, if someone wants to apply them thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB I do not agree with what you have to say, but I'll defend to the death your right to say it. -- Voltaire --fAnX9Hentx8C7RTv Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCaCkI1QAKCRBhHseHBAsP qxCDAJ9oH6h3pdvqnG0gpwcPo0tLRScMDwCfVLmdCNnFce+5Sh1rsNDJzS+H1K8= =lHaS -----END PGP SIGNATURE----- --fAnX9Hentx8C7RTv-- --===============6814115593916354575== 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". --===============6814115593916354575==--