From 72e2ba0f7a4ec46efe871dab50eefac7a21d9675 Mon Sep 17 00:00:00 2001 From: rsanchez <149661416+rsanchez87@users.noreply.github.com> Date: Fri, 8 Nov 2024 09:59:54 +0100 Subject: [PATCH] fix in pyproject.toml (JVT-AVC_V1.json) -> (JVT-AVC_v1.json) (#202) * fix in pyproject.toml (JVT-AVC_V1.json) -> (JVT-AVC_v1.json) * fixup! fix in JVT-AVC_V1.json "name" --- pyproject.toml | 2 +- scripts/gen_jvt.py | 2 +- test_suites/h264/{JVT-AVC_v1.json => JVT-AVC_V1.json} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename test_suites/h264/{JVT-AVC_v1.json => JVT-AVC_V1.json} (99%) diff --git a/pyproject.toml b/pyproject.toml index fa6702d..c5ce43b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ packages = ["fluster", "fluster.decoders"] "test_suites/av1/CHROMIUM-8bit-AV1-TEST-VECTORS.json" ] "share/fluster/test_suites/h264" = [ - "test_suites/h264/JVT-AVC_v1.json", + "test_suites/h264/JVT-AVC_V1.json", "test_suites/h264/JVT-FR-EXT.json", "test_suites/h264/JVT-MVC.json", "test_suites/h264/JVT-Professional_profiles.json", diff --git a/scripts/gen_jvt.py b/scripts/gen_jvt.py index 874c91e..421c8d3 100755 --- a/scripts/gen_jvt.py +++ b/scripts/gen_jvt.py @@ -275,7 +275,7 @@ def remove_r1_from_path(path): generator = JVTGenerator( "AVCv1", - "JVT-AVC_v1", + "JVT-AVC_V1", Codec.H264, "JVT Advanced Video Coding v1 test suite", H264_URL, diff --git a/test_suites/h264/JVT-AVC_v1.json b/test_suites/h264/JVT-AVC_V1.json similarity index 99% rename from test_suites/h264/JVT-AVC_v1.json rename to test_suites/h264/JVT-AVC_V1.json index 20ec5bb..4646f6b 100644 --- a/test_suites/h264/JVT-AVC_v1.json +++ b/test_suites/h264/JVT-AVC_V1.json @@ -1,5 +1,5 @@ { - "name": "JVT-AVC_v1", + "name": "JVT-AVC_V1", "codec": "H.264", "description": "JVT Advanced Video Coding v1 test suite", "test_vectors": [