Skip to content

Commit

Permalink
COM-12449: Undo changes that break backwards compatibility
Browse files Browse the repository at this point in the history
- undo naming changes for H264 Professional profiles and SVC suites
  • Loading branch information
mdimopoulos committed Nov 11, 2024
1 parent 2dde512 commit d35dae3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ packages = ["fluster", "fluster.decoders"]
"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",
"test_suites/h264/JVT-SVC.json"
"test_suites/h264/JVT-Professional_profiles_V1.json",
"test_suites/h264/JVT-SVC_V1.json"
]
"share/fluster/test_suites/h265" = [
"test_suites/h265/JCT-VC-3D-HEVC.json",
Expand Down
4 changes: 2 additions & 2 deletions scripts/gen_jvt.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ def remove_r1_from_path(path):

generator = JVTGenerator(
"Professional_profiles",
"JVT-Professional_profiles",
"JVT-Professional_profiles_V1",
Codec.H264,
"JVT Professional Profiles test suite",
H264_URL,
Expand All @@ -338,7 +338,7 @@ def remove_r1_from_path(path):

generator = JVTGenerator(
"SVC",
"JVT-SVC",
"JVT-SVC_V1",
Codec.H264,
"JVT Scalable Video Coding test suite",
H264_URL,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "JVT-Professional_profiles",
"name": "JVT-Professional_profiles_V1",
"codec": "H.264",
"description": "JVT Professional Profiles test suite",
"test_vectors": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "JVT-SVC",
"name": "JVT-SVC_V1",
"codec": "H.264",
"description": "JVT Scalable Video Coding test suite",
"test_vectors": [
Expand Down

0 comments on commit d35dae3

Please sign in to comment.