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 0109E43D85 for ; Thu, 8 Sep 2022 20:01:32 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id E797F68BA9E; Thu, 8 Sep 2022 23:01:29 +0300 (EEST) Received: from mail-qt1-f176.google.com (mail-qt1-f176.google.com [209.85.160.176]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 0F65668B82F for ; Thu, 8 Sep 2022 23:01:24 +0300 (EEST) Received: by mail-qt1-f176.google.com with SMTP id c11so1850096qtw.8 for ; Thu, 08 Sep 2022 13:01:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date; bh=BLUu790WwND6r2VJQHSFH8vUUN/2hGRPuz7iy4SRHls=; b=38fv4DMsCi9KZo0FsUuYJvVOaK0Tl3TlSVMw+Vw1DoLcElu4mJwixlVne1aH8oum4d JbHxflqBQ0DejNBM6S33qLU929t5yr5NulhCvHx0W7856hAISXCfCoQwOozbKGqlSWiW CCeLgJIJsI3mX+ueYuuFjkcfzyFy9fpyM0SNOTEk3+MY0pa5efc0eFFPZaxYzaLzXB5x kHHssgelqLktKwMza0kOgVRscfEfM8xNJlmtTvI9gdgFrVWc68RLuClnMU27BJB5LM72 Ret1DA6cepWAVrHe+q7JoortUGbvKRUKrLWDADxBJMf1qb0FXVs3JzauDDxe8HpS5gUe HMxg== X-Gm-Message-State: ACgBeo197RWDAE7VzMSnnpLbJM9GvnGxzNHkKpxusXCLT36dTXbWy4ik pkI/orm+x4hoJkEXYwzTwkrbh1xHzcs= X-Google-Smtp-Source: AA6agR5nwQt0Jhw015NhNUfjFPaLH1HIyhlHH/TwxQkex0XMio5Z3S8kEA5YsnVWLkbtKVcucaMhmw== X-Received: by 2002:ac8:5bc9:0:b0:343:7c69:4a0e with SMTP id b9-20020ac85bc9000000b003437c694a0emr9507953qtb.487.1662667282596; Thu, 08 Sep 2022 13:01:22 -0700 (PDT) Received: from mail-yw1-f171.google.com (mail-yw1-f171.google.com. [209.85.128.171]) by smtp.gmail.com with ESMTPSA id 200-20020a3705d1000000b006bbd2c4cccfsm17002646qkf.53.2022.09.08.13.01.22 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 08 Sep 2022 13:01:22 -0700 (PDT) Received: by mail-yw1-f171.google.com with SMTP id 00721157ae682-345528ceb87so120900597b3.11 for ; Thu, 08 Sep 2022 13:01:22 -0700 (PDT) X-Received: by 2002:a0d:dd82:0:b0:344:fc3e:dcd7 with SMTP id g124-20020a0ddd82000000b00344fc3edcd7mr9483122ywe.54.1662667281893; Thu, 08 Sep 2022 13:01:21 -0700 (PDT) MIME-Version: 1.0 References: <20220831183207.2703227-1-tmatth@videolan.org> <20220908195737.1618147-1-tmatth@videolan.org> In-Reply-To: <20220908195737.1618147-1-tmatth@videolan.org> From: Tristan Matthews Date: Thu, 8 Sep 2022 16:01:10 -0400 X-Gmail-Original-Message-ID: Message-ID: To: ffmpeg-devel@ffmpeg.org X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH 1/1] fate/opus: add silk LBRR test (refs #9890) 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: On Thu, Sep 8, 2022 at 3:58 PM Tristan Matthews wrote: > This adds a fate test for a sample with LBRR packets. > > It requires that these files be uploaded: > https://people.videolan.org/~tmatth/9890-fate/silk-lbrr.mka > https://people.videolan.org/~tmatth/9890-fate/silk-lbrr.dec > > --- > tests/fate/opus.mak | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/tests/fate/opus.mak b/tests/fate/opus.mak > index 573044ed15..7d359f414a 100644 > --- a/tests/fate/opus.mak > +++ b/tests/fate/opus.mak > @@ -4,7 +4,7 @@ > > OPUS_CELT_SAMPLES = $(addprefix testvector, 01 11) tron.6ch.tinypkts > OPUS_HYBRID_SAMPLES = $(addprefix testvector, 05 06) > -OPUS_SILK_SAMPLES = $(addprefix testvector, 02 03 04) > +OPUS_SILK_SAMPLES = $(addprefix testvector, 02 03 04) silk-lbrr > OPUS_OTHER_SAMPLES = $(addprefix testvector, 07 08 09 10 12) > > define FATE_OPUS_TEST > @@ -33,6 +33,7 @@ fate-opus-testvector09: CMP_TARGET = 0 > fate-opus-testvector10: CMP_TARGET = 38 > fate-opus-testvector11: CMP_TARGET = 0 > fate-opus-testvector12: CMP_TARGET = 160 > +fate-opus-silk-lbrr: CMP_TARGET = 0 > fate-opus-tron.6ch.tinypkts: CMP_SHIFT = 1440 > fate-opus-tron.6ch.tinypkts: CMP_TARGET = 0 > > -- > 2.34.1 > Sorry this was supposed to be in response to http://ffmpeg.org/pipermail/ffmpeg-devel/2022-August/300758.html (as it depends on it) but I screwed up the git-send-email. Best, -t _______________________________________________ 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".