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 A13F64F450 for ; Wed, 18 Jun 2025 00:44:33 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id 4E69668DC0D; Wed, 18 Jun 2025 03:44:30 +0300 (EEST) Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [217.70.183.194]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTPS id 0EAA768D2FD for ; Wed, 18 Jun 2025 03:44:23 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 46ED5430B7 for ; Wed, 18 Jun 2025 00:44:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1750207462; 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=e+l/USCntm9SfR9AynagtsMQ7bLCUT0CCrdWixHML1s=; b=M2iezNTpnJOt3l0ezu/jboTOlCR2R3UZpLJpCIeODhTn31iAEsfBTz3e+Opp9s5ErNLiNk 5bg0JNCqZR61Jh3w398tDc7yygZqcLNehOO3w+QEEK1ARkwVPjMi8JqKUL1VgOEqd+D2nF B+tHCT3AFd6GcutSZRDVh6Mlwas536DX8YNKUfFeXX0XghyEK+r74MmwH3w7rb8FjOmFf4 SPSQ920yv1sEt65rhiig0K4wAyUxSi/TWNqS8KqgpngEVGCOMc8Cl5T7YbZCPRoxAjrZ2L a7RR0xGTW+EM/jMfJ7Vq3NJymHWoRgjsUu9dtZDqOFIHyFIlMQ4LIIidRFGH7A== Date: Wed, 18 Jun 2025 02:44:21 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20250618004421.GM29660@pb2> References: <20250617203216.4117940-1-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: X-GND-State: clean X-GND-Score: -70 X-GND-Cause: gggruggvucftvghtrhhoucdtuddrgeeffedrtddvgdduieehucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuifetpfffkfdpucggtfgfnhhsuhgsshgtrhhisggvnecuuegrihhlohhuthemuceftddunecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenfghrlhcuvffnffculdeftddmnecujfgurhepfffhvffukfhfgggtuggjsehgtderredttddvnecuhfhrohhmpefoihgthhgrvghlucfpihgvuggvrhhmrgihvghruceomhhitghhrggvlhesnhhivgguvghrmhgrhigvrhdrtggtqeenucggtffrrghtthgvrhhnpeeigeektdejudffjefhteegjedtgeettefggedthfejgfevhfetgeekjedtvdfhveenucfkphepgedurdeiiedrieejrdduudefnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehinhgvthepgedurdeiiedrieejrdduudefpdhhvghloheplhhotggrlhhhohhsthdpmhgrihhlfhhrohhmpehmihgthhgrvghlsehnihgvuggvrhhmrgihvghrrdgttgdpnhgspghrtghpthhtohepuddprhgtphhtthhopehffhhmphgvghdquggvvhgvlhesfhhfmhhpvghgrdhorhhg X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH] avcodec/osq: Request a coding mode 2 sample 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="===============2704498075921660232==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============2704498075921660232== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="N6ik+/F5at3fCm2i" Content-Disposition: inline --N6ik+/F5at3fCm2i Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jun 18, 2025 at 09:14:40AM +1000, Peter Ross wrote: > On Tue, Jun 17, 2025 at 10:32:16PM +0200, Michael Niedermayer wrote: > > Signed-off-by: Michael Niedermayer > > --- > > libavcodec/osq.c | 2 ++ > > 1 file changed, 2 insertions(+) > >=20 > > diff --git a/libavcodec/osq.c b/libavcodec/osq.c > > index 025be667a35..0de9af5f623 100644 > > --- a/libavcodec/osq.c > > +++ b/libavcodec/osq.c > > @@ -212,6 +212,8 @@ static int osq_channel_parameters(AVCodecContext *a= vctx, int ch) > > cb->residue_parameter =3D get_urice(gb, 4); > > if (!cb->residue_parameter || cb->residue_parameter >=3D 31) > > return AVERROR_INVALIDDATA; > > + if (cb->coding_mode =3D=3D 2) > > + avpriv_request_sample(avctx, "coding mode 2\n"); >=20 > nit: there is no need for newline character with avpriv_request_sample() corrected locally thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB If you fake or manipulate statistics in a paper in physics you will never get a job again. If you fake or manipulate statistics in a paper in medicin you will get a job for life at the pharma industry. --N6ik+/F5at3fCm2i Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCaFIL3gAKCRBhHseHBAsP q3r3AJ9oZMwdrBQp79Bt3rBzmVJpJVO6KwCfcQfx5BMBF1bEHhxG6SeZ7B3I7Hg= =HujJ -----END PGP SIGNATURE----- --N6ik+/F5at3fCm2i-- --===============2704498075921660232== 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". --===============2704498075921660232==--