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 C33F840ECB for ; Thu, 8 Sep 2022 19:58:46 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A018268BA8D; Thu, 8 Sep 2022 22:58:43 +0300 (EEST) Received: from mail-qv1-f54.google.com (mail-qv1-f54.google.com [209.85.219.54]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 6626D68B389 for ; Thu, 8 Sep 2022 22:58:37 +0300 (EEST) Received: by mail-qv1-f54.google.com with SMTP id o13so8318966qvw.12 for ; Thu, 08 Sep 2022 12:58:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date; bh=8rk11r7Y5Ejkh+boc06Hhewca9el1v/87vGqVBy5w0k=; b=OCL5t+K9nQp9IzZOUa6HDRG0FgvJRa+gAAO2tLOaf1yFrwJ1odstVqgiQZiw+WH3vi 4078h+jgDp/h6UjYT2UizmvKmcx+Nuy0XVy88WbGvpmog2VHN0aP9L16blXs/0hbqh1T Bv2OC1v1UvwIGD6P2bfz0+XLEgb/mk6bmwcmp2ytE5qkhYXXcGs6aHijmE/T7M6kwj0j n3kvyT4DV//TSGfAF4Qv3N9x1VHeT0pTJPODHtLxnwDrJFaqo7svg8FxIQDt15/tkDXo ZxIA7Wgs3zP2ithhhnCrlDqowREKo40rwMv8TItYBvA/b4hm8TJN8Cye/ZErpbXIcFHV soDg== X-Gm-Message-State: ACgBeo2dEq3ZJWos8zakx8EDSHNSvsadUhPeZuwz0PQRs7YroHl9Nj+y cWLjsqEvghiC8nagUUu0SAWmqXyg7hc= X-Google-Smtp-Source: AA6agR7l+E0R2GQ8apdXx5CmE+Xw7iQYr3miCpGIdelRFrJPz+YqZw3xEEZESlRx5AFoo+eaZMWCgw== X-Received: by 2002:a05:6214:2387:b0:496:c9db:82b0 with SMTP id fw7-20020a056214238700b00496c9db82b0mr9111624qvb.111.1662667115781; Thu, 08 Sep 2022 12:58:35 -0700 (PDT) Received: from localhost.localdomain ([107.159.99.23]) by smtp.gmail.com with ESMTPSA id do35-20020a05620a2b2300b006b8d1914504sm18822071qkb.22.2022.09.08.12.58.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 08 Sep 2022 12:58:35 -0700 (PDT) From: Tristan Matthews To: ffmpeg-devel@ffmpeg.org Date: Thu, 8 Sep 2022 15:57:37 -0400 Message-Id: <20220908195737.1618147-1-tmatth@videolan.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220831183207.2703227-1-tmatth@videolan.org> References: <20220831183207.2703227-1-tmatth@videolan.org> MIME-Version: 1.0 Subject: [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 Cc: Tristan Matthews 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: 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 _______________________________________________ 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".