From 8e5c6f7958b3d68f13002f3bd2b4f692142f7f6c Mon Sep 17 00:00:00 2001 From: jwcullen Date: Wed, 14 Aug 2024 13:41:53 -0400 Subject: [PATCH] Fix inconsistent file name prefixes in test data. PiperOrigin-RevId: 662975346 --- iamf/cli/testdata/test_000632.textproto | 2 +- iamf/cli/testdata/test_000633.textproto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iamf/cli/testdata/test_000632.textproto b/iamf/cli/testdata/test_000632.textproto index 06822731..cf8c068f 100644 --- a/iamf/cli/testdata/test_000632.textproto +++ b/iamf/cli/testdata/test_000632.textproto @@ -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 diff --git a/iamf/cli/testdata/test_000633.textproto b/iamf/cli/testdata/test_000633.textproto index ccf0c3de..6c57fd71 100644 --- a/iamf/cli/testdata/test_000633.textproto +++ b/iamf/cli/testdata/test_000633.textproto @@ -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