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 473384B346 for ; Thu, 4 Jul 2024 19:05:53 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id D268068DA73; Thu, 4 Jul 2024 22:05:50 +0300 (EEST) Received: from mail1.khirnov.net (quelana.khirnov.net [94.230.150.81]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7E4A068D9C1; Thu, 4 Jul 2024 22:05:39 +0300 (EEST) Authentication-Results: mail1.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=Y+aJR2bU; dkim-atps=neutral Received: from localhost (mail1.khirnov.net [IPv6:::1]) by mail1.khirnov.net (Postfix) with ESMTP id 0795E4DDE; Thu, 4 Jul 2024 21:05:38 +0200 (CEST) Received: from mail1.khirnov.net ([IPv6:::1]) by localhost (mail1.khirnov.net [IPv6:::1]) (amavis, port 10024) with ESMTP id P-uFHBtUkaiz; Thu, 4 Jul 2024 21:05:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=khirnov.net; s=mail; t=1720119936; bh=WNEfuK/pr5TLi7w0FIVtp8rHgFKTUC+8el6+GOOfugQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Y+aJR2bU47yUF4X6j5q7r7EwPJuiaOVlKzv6xzcLhXD3elomoZxTsScPFTBLRVAdp D1mM/mm58h9KoyVi9GXJRolwguYW8+CtKQYmUQOw9MurEqoUSPobZbO5WGrGKWtUOo cEpMiVSIHuGW6/lFgJaf3mxYltBB9xvNg9j+jp0Xt5n2wBH6wcgNRKcvpBHscP32Fb gAcJhuI92cSZZYlUMJp3Y2WvAU/PLfzGqRDZ+qu52R7BTxGbzhG1Vw2GTIXXupy1LZ GvmJmTYlEifTNFeULSRh6VOeB8vLdjrfuf3yzc1wTnnubjL44UVwTQ8o0aAMrj9BLV tIrzgOU80m77w== Received: from libav.khirnov.net (libav.khirnov.net [IPv6:2a00:c500:561:201::7]) (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 "libav.khirnov.net", Issuer "smtp.khirnov.net SMTP CA" (verified OK)) by mail1.khirnov.net (Postfix) with ESMTPS id EB30225F; Thu, 4 Jul 2024 21:05:36 +0200 (CEST) Received: from libav.khirnov.net (libav.khirnov.net [IPv6:::1]) by libav.khirnov.net (Postfix) with ESMTP id BADB23A0212; Thu, 04 Jul 2024 21:05:30 +0200 (CEST) From: Anton Khirnov To: ffmpeg-devel@ffmpeg.org Date: Thu, 4 Jul 2024 21:04:37 +0200 Message-ID: <20240704190503.29148-1-anton@khirnov.net> X-Mailer: git-send-email 2.43.0 In-Reply-To: <46fe60bd-6141-acb0-273e-a728ddd7ec2c@martin.st> References: <46fe60bd-6141-acb0-273e-a728ddd7ec2c@martin.st> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH] tests/fate/filter-audio: convert atempo test to oneoff 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: samples-request@ffmpeg.org 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: Filter output is not bitexact. --- Reference file at https://up.khirnov.net/7r.pcm, please put it in filter-reference/atempo.pcm --- tests/fate/filter-audio.mak | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/fate/filter-audio.mak b/tests/fate/filter-audio.mak index cf6065b93f..a3f7aaddbf 100644 --- a/tests/fate/filter-audio.mak +++ b/tests/fate/filter-audio.mak @@ -414,7 +414,9 @@ fate-filter-hdcd-s32p: REF = 0c5513e83eedaa10ab6fac9ddc173cf5 FATE_AFILTER_SAMPLES-$(call FILTERDEMDECENCMUX, ATEMPO, WAV, PCM_S16LE, PCM_S16LE, WAV) += fate-filter-atempo fate-filter-atempo: tests/data/asynth-44100-1.wav -fate-filter-atempo: CMD = framecrc -i $(TARGET_PATH)/tests/data/asynth-44100-1.wav -af "atempo=2.0" -ar 44100 +fate-filter-atempo: CMD = pcm -i $(TARGET_PATH)/tests/data/asynth-44100-1.wav -af "atempo=2.0" +fate-filter-atempo: CMP = oneoff +fate-filter-atempo: REF = $(SAMPLES)/filter-reference/atempo.pcm FATE_AFILTER-yes += fate-filter-formats fate-filter-formats: libavfilter/tests/formats$(EXESUF) -- 2.43.0 _______________________________________________ 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".