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 F3B3246621 for ; Sat, 27 May 2023 11:41:12 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 4E01868C1BB; Sat, 27 May 2023 14:41:09 +0300 (EEST) Received: from out-9.mta1.migadu.com (out-9.mta1.migadu.com [95.215.58.9]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id C7EBE68BA7B for ; Sat, 27 May 2023 14:41:02 +0300 (EEST) Message-ID: <1e555a33-8930-ebd6-60eb-c935d547f4d0@zanevaniperen.com> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zanevaniperen.com; s=key1; t=1685187662; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=vewmnKSGfrletcUHLPiWUO5spsmkpVOtzc264RBDx5k=; b=g+sD8zhWZ4hjIE2VZ7kCl2QPd9hcQzCpRlQi4sTUJ2okoAJ4KvUe063J4GQR2awSprdI+w 5Al+xMswCfUvQoGVX+uO4/beywmqpBirK8dGsfBhd2PeaJOm5dc4PdmjLuWGXsrm/k/opo BwRUJmDP/hBkaTGtLfBmeSv1BMzYtoIkHqd9tZexuFb0Nvbgp/E2b6HnLy9c5oejb5KbZT b7tVy3tBfF3AeaWf1Xu9yAJGt3RNew9/ClrraJB2OjZSeZxhLTU7KPky/pIk2jrYUuD++C Krizxf/mWLS1DC/PlfEZqg4E8TDA3BxXrcsvdR3Mvs19i0e8fsLALb6+GA5u2g== Date: Sat, 27 May 2023 21:40:57 +1000 MIME-Version: 1.0 To: FFmpeg development discussions and patches References: <20200509135959.385013-1-zane@zanevaniperen.com> <168517886150.3843.2665860343241635939@lain.khirnov.net> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Zane van Iperen In-Reply-To: <168517886150.3843.2665860343241635939@lain.khirnov.net> X-Migadu-Flow: FLOW_OUT Subject: Re: [FFmpeg-devel] [PATCH] fate: add adpcm_ima_cunning tests 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On 27/5/23 19:14, Anton Khirnov wrote: > Hi Zane, > Quoting Zane van Iperen (2020-05-09 16:00:04) >> diff --git a/tests/ref/fate/adpcm-ima-cunning-trunc-t2-track1 b/tests/ref/fate/adpcm-ima-cunning-trunc-t2-track1 >> new file mode 100644 >> index 0000000000..df9edc403d >> --- /dev/null >> +++ b/tests/ref/fate/adpcm-ima-cunning-trunc-t2-track1 >> @@ -0,0 +1 @@ >> +d41d8cd98f00b204e9800998ecf8427e > > This test seems to produce an empty file. Is that intended? > Responded on IRC, posting here for posterity: Yes, that test is meant to produce an empty file. The channels are planar - the input file has missing data for the second one. See https://0x0.st/HqUw.png _______________________________________________ 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".