Skip to content

Commit

Permalink
Fix inconsistent file name prefixes in test data.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 662975346
  • Loading branch information
jwcullen committed Aug 15, 2024
1 parent b4d8017 commit 8e5c6f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iamf/cli/testdata/test_000632.textproto
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test_vector_metadata {
human_readable_description:
"A simple example of a third-order mono ambisonics + LFE "
"Base-Enhanced profile IAMF stream and a 7.1.4 output layout."
file_name_prefix: "test_000616"
file_name_prefix: "test_000632"
is_valid: true
is_valid_to_decode: false
validate_user_loudness: true
Expand Down
2 changes: 1 addition & 1 deletion iamf/cli/testdata/test_000633.textproto
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test_vector_metadata {
human_readable_description:
"A simple example of a third-order mono ambisonics + Top-6ch "
"Base-Enhanced profile IAMF stream and a 9.1.6 output layout."
file_name_prefix: "test_000616"
file_name_prefix: "test_000633"
is_valid: true
is_valid_to_decode: false
validate_user_loudness: true
Expand Down

0 comments on commit 8e5c6f7

Please sign in to comment.