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 D85AF47FBA for ; Wed, 6 Mar 2024 20:37:15 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 80BE968CCFE; Wed, 6 Mar 2024 22:37:12 +0200 (EET) Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B119468C529 for ; Wed, 6 Mar 2024 22:37:06 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 084B9240003 for ; Wed, 6 Mar 2024 20:37:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1709757426; 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=20r+nAPdwKppZebATUgXOZtAmC2F6nm8gJbJ9cxWhl8=; b=XcaB74BmKLgILY9Pd0YlKbW+xXteikM0wV5D27daC80LGDZg7GOK9PREaudiFOLrNLOwLZ /5xyEAkWBFxbekrWxKDj+WngiU9TzEVkSePggLhh9EhvsqnZv3ufBSC0R8+m203NhKEprN qOJEYeRN7/B2BlpWGX7EWmgd7cbPUhvIsWKdV3htUYNV3nm1ZqN5v5rueJt73OUNUH79r7 QPaOOtq8OG3sEJ0vHHlH9lenwrp3bmYUDh66oUflk+hTStb/Cf4w5oGQ2OYhal12WUVZRY b/48jUkNDChlJ0QzQEPUgO9NSzcyU/N199AR1nZVBixgjKFna7jmFZIIiYLymA== Date: Wed, 6 Mar 2024 21:37:04 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240306203704.GG6420@pb2> References: <20240305225147.6849-1-cus@passwd.hu> <20240305225147.6849-7-cus@passwd.hu> MIME-Version: 1.0 In-Reply-To: <20240305225147.6849-7-cus@passwd.hu> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 7/9] avformat/pcm: use a common default packet size function for both wav and pcm 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="===============2484995559986025791==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============2484995559986025791== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="4/+5mlMYRRcw9/+k" Content-Disposition: inline --4/+5mlMYRRcw9/+k Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 05, 2024 at 11:51:45PM +0100, Marton Balint wrote: > Signed-off-by: Marton Balint > --- > libavformat/pcm.c | 38 ++++++++++++++++++++++++++------------ > libavformat/pcm.h | 1 + > libavformat/wavdec.c | 11 ++--------- > 3 files changed, 29 insertions(+), 21 deletions(-) breaks: =2E/ffmpeg -i H8Le.xmd -bitexact -f framecrc - [in#0/xmd @ 0x55737c355980] Error during demuxing: Invalid argument [aost#0:0/pcm_s16le @ 0x55737c35a0c0] No filtered frames for output stream,= trying to initialize anyway. #tb 0: 1/44100 #media_type 0: audio #codec_id 0: pcm_s16le #sample_rate 0: 44100 #channel_layout_name 0: stereo Output #0, framecrc, to 'pipe:': Stream #0:0: Audio: pcm_s16le, 44100 Hz, stereo, s16, 1411 kb/s Metadata: encoder : Lavc pcm_s16le [out#0/framecrc @ 0x55737c357e80] video:0KiB audio:0KiB subtitle:0KiB other= streams:0KiB global headers:0KiB muxing overhead: unknown [out#0/framecrc @ 0x55737c357e80] Output file is empty, nothing was encoded= (check -ss / -t / -frames parameters if used) size=3D 0KiB time=3DN/A bitrate=3DN/A speed=3DN/A file is here: https://0x0.st/H8Le.xmd thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB It is what and why we do it that matters, not just one of them. --4/+5mlMYRRcw9/+k Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZejT7QAKCRBhHseHBAsP qzlzAJ9pwJB9g9mLxuDNNwLdMOyTV2Q+HgCggF12BVKj6EON8sgvlt2fW9dRQBc= =h12v -----END PGP SIGNATURE----- --4/+5mlMYRRcw9/+k-- --===============2484995559986025791== 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". --===============2484995559986025791==--