1package(default_visibility = [ 2 "//iamf/api/decoder/tests:__pkg__", 3]) 4 5# keep-sorted start block=yes prefix_order=cc_library newline_separated=yes 6cc_library( 7 name = "iamf_decoder", 8 srcs = ["iamf_decoder.cc"], 9 hdrs = ["iamf_decoder.h"], 10 deps = [ 11 "//iamf/api:types", 12 "//iamf/api/conversion:mix_presentation_conversion", 13 "//iamf/cli:obu_processor", 14 "//iamf/cli:rendering_mix_presentation_finalizer", 15 "//iamf/common:read_bit_buffer", 16 "//iamf/common/utils:macros", 17 "//iamf/common/utils:sample_processing_utils", 18 "//iamf/obu:mix_presentation", 19 "@com_google_absl//absl/log", 20 "@com_google_absl//absl/status", 21 "@com_google_absl//absl/status:statusor", 22 "@com_google_absl//absl/types:span", 23 ], 24) 25 26# keep-sorted end 27