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 A7F34473A6 for ; Thu, 4 Jul 2024 08:10:44 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id D5DFF68D9BC; Thu, 4 Jul 2024 11:10:40 +0300 (EEST) Received: from mail-lf1-f46.google.com (mail-lf1-f46.google.com [209.85.167.46]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7DCEB68D899 for ; Thu, 4 Jul 2024 11:10:34 +0300 (EEST) Received: by mail-lf1-f46.google.com with SMTP id 2adb3069b0e04-52e9fe05354so511480e87.1 for ; Thu, 04 Jul 2024 01:10:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=martin-st.20230601.gappssmtp.com; s=20230601; t=1720080633; x=1720685433; darn=ffmpeg.org; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:from:to:cc:subject:date:message-id:reply-to; bh=ZIlgUb5+nlgJhQeSUPo0wTCzC2SIRmTrnmiHWXM++eM=; b=z7o0eZYz2H9NMkDtg20cjeaMapF22h4zqWviqZyLI6ILeH8uuuYT85SFttJ00BZwtf 2yFgd4nx5pyF3gOjLKECUdn2ikysCVwcTMfgyLNNPH51rnzQfoBuGx2H+PNUICZHhlhg EyNJui44A0/wPlwzW7hgh8UQ+mbbZEGjv4nD30tzZiYaBLvPIttN9fBGFD6dDQjLefe/ 4svHikisP8M0jVpMrEUv/KhPxV8a7iWI8CMatH6TK74ioYyyt1UAWAIsC00uT8oAcTUh g1VNqkx/CnzdRwWws8LawIiUY0BFVd2NTIbFZo5iWVwSBYJIIjGdUT2dtct9z3cFGdMC nIxg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1720080633; x=1720685433; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=ZIlgUb5+nlgJhQeSUPo0wTCzC2SIRmTrnmiHWXM++eM=; b=L8yUA9A/Ln9y1FlXd+qe/mnKmd/lVum+zMC+eHkPKs3A5YRJuSNQpapmhbG+rBc58N 2srijfvPezkj5MMjmibEXtQxexCn8Y4Jd/kVmiMMFYfz+NNCr3hgdxLOZA2GCe0g7hnn opZdSEf5XjoZoqymLEszFwv9Y4DEaZG06hPZRDpIcncudgnqZx05Oruq/HEoi5zO/fOs 5MzMLBsrQrC01U8fd81wt9M8MNfsbjPnPnAlA8kwgdtEWBm7ud0nrC9c3No+bVyOHP4c 9S++NR6fCI2Dc9wxHrqe6YuImBv9CK/Uru80vYVYXt0P4V/CdBCLfaHsvTpQhjci8Fgo kWNg== X-Gm-Message-State: AOJu0YzTHyLue3Pn7Y03T/eInj8U/4vv/2Um6wFCGob7+CYj8heo4eVR VfKzIqS0xRF0i3mfPX9HkcF//3eyifG9oI5s3GNEUSgwBvs9Gxbp4Pzs2HPNA1RTRuV7C3PxtAb l4A== X-Google-Smtp-Source: AGHT+IE0bPy6UkmaxkqpRkO+ghclNwhNf1svNjuc2s7MER6TLK3W1SUnY9STk4PZlXDErtImAuxT1w== X-Received: by 2002:a19:4302:0:b0:52b:9c8a:734f with SMTP id 2adb3069b0e04-52ea06b0a8dmr597654e87.50.1720080632897; Thu, 04 Jul 2024 01:10:32 -0700 (PDT) Received: from localhost (host-114-191.parnet.fi. [77.234.114.191]) by smtp.gmail.com with ESMTPSA id 2adb3069b0e04-52e7ab27815sm2339289e87.174.2024.07.04.01.10.32 for (version=TLS1 cipher=AES128-SHA bits=128/128); Thu, 04 Jul 2024 01:10:32 -0700 (PDT) From: =?UTF-8?q?Martin=20Storsj=C3=B6?= To: ffmpeg-devel@ffmpeg.org Date: Thu, 4 Jul 2024 11:10:31 +0300 Message-Id: <20240704081031.3656-1-martin@martin.st> X-Mailer: git-send-email 2.39.3 (Apple Git-146) MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH] tests: Add a missing dependency for the filter-atempo test 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: 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: --- tests/fate/filter-audio.mak | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/fate/filter-audio.mak b/tests/fate/filter-audio.mak index 8120620afe..cf6065b93f 100644 --- a/tests/fate/filter-audio.mak +++ b/tests/fate/filter-audio.mak @@ -413,6 +413,7 @@ fate-filter-hdcd-s32p: CMP = oneline 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_AFILTER-yes += fate-filter-formats -- 2.39.3 (Apple Git-146) _______________________________________________ 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".