From 4327071f818f730371e62c6136bc4738662eb944 Mon Sep 17 00:00:00 2001 From: Ruben Gonzalez Date: Mon, 30 Sep 2024 09:55:16 +0200 Subject: [PATCH] Fix test_suites/h265/JCT-VC-HEVC_V1.json path --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cfb3657..a273c1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ packages = ["fluster", "fluster.decoders"] ] "share/fluster/test_suites/h265" = [ "test_suites/h265/JCT-VC-3D-HEVC.json", - "test_suites/h265/JCT-VC-HEVC-V1.json", + "test_suites/h265/JCT-VC-HEVC_V1.json", "test_suites/h265/JCT-VC-MV-HEVC.json", "test_suites/h265/JCT-VC-RExt.json", "test_suites/h265/JCT-VC-SCC.json",