Skip to content

Commit

Permalink
Fix botched absl::flat_hash_map<Key,Value>::emplace call.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 725708935
  • Loading branch information
jwcullen committed Feb 11, 2025
1 parent b0ae3e6 commit c194a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iamf/cli/rendering_mix_presentation_finalizer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ RenderingMixPresentationFinalizer::Create(
if (CanRenderAnyLayout(temp_sub_mix_rendering_metadata)) {
mix_presentation_id_to_rendering_metadata.emplace(
mix_presentation_obu.GetMixPresentationId(),
std::move(temp_sub_mix_rendering_metadata), );
std::move(temp_sub_mix_rendering_metadata));
}
}
}
Expand Down

0 comments on commit c194a22

Please sign in to comment.