Skip to content

Commit

Permalink
Move Finalize utils from AudioElementGenerator to ObuWithDataGenerator
Browse files Browse the repository at this point in the history
This leaves the proto-dependency in AudioElementGenerator.

PiperOrigin-RevId: 726034009
  • Loading branch information
trevorknight committed Feb 12, 2025
1 parent c194a22 commit d2fc40b
Show file tree
Hide file tree
Showing 11 changed files with 1,576 additions and 1,551 deletions.
6 changes: 5 additions & 1 deletion iamf/cli/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -356,11 +356,14 @@ cc_library(
deps = [
":audio_element_with_data",
":audio_frame_with_data",
":channel_label",
":cli_util",
":global_timing_module",
":parameter_block_with_data",
":parameters_manager",
"//iamf/cli/proto_conversion/proto_to_obu:audio_element_generator",
"//iamf/common/utils:macros",
"//iamf/common/utils:numeric_utils",
"//iamf/common/utils:validation_utils",
"//iamf/obu:audio_element",
"//iamf/obu:audio_frame",
"//iamf/obu:codec_config",
Expand All @@ -370,6 +373,7 @@ cc_library(
"//iamf/obu:types",
"@com_google_absl//absl/container:flat_hash_map",
"@com_google_absl//absl/log",
"@com_google_absl//absl/log:check",
"@com_google_absl//absl/status",
"@com_google_absl//absl/status:statusor",
"@com_google_absl//absl/strings",
Expand Down
Loading

0 comments on commit d2fc40b

Please sign in to comment.