Skip to content

Commit

Permalink
fix in pyproject.toml (JVT-AVC_V1.json) -> (JVT-AVC_v1.json) (#202)
Browse files Browse the repository at this point in the history
* fix in pyproject.toml (JVT-AVC_V1.json) -> (JVT-AVC_v1.json)

* fixup! fix in JVT-AVC_V1.json "name"
  • Loading branch information
rsanchez87 authored Nov 8, 2024
1 parent 2cc85c3 commit 72e2ba0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion scripts/gen_jvt.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 72e2ba0

Please sign in to comment.