Skip to content

Commit

Permalink
Remove obsolete bug comment in precomputed_gains.cc.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 665348900
  • Loading branch information
jwcullen committed Aug 20, 2024
1 parent e7679f3 commit e0130d2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions iamf/cli/renderer/precomputed_gains.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace iamf_tools {
PrecomputedGains InitPrecomputedGains() {
PrecomputedGains gains;

// Generated on Thu Aug 8 16:09:29 2024, GMT
// Generated on Tue Aug 20 13:40:43 2024, GMT

// -------------------------------------------------------
// Input layout: 0+1+0
Expand Down Expand Up @@ -574,9 +574,6 @@ PrecomputedGains InitPrecomputedGains() {
{1, 0, 0, 0, 0, 0, 0, 0}, {0, 1, 0, 0, 0, 0, 0, 0},
{0, 0, 0, 0, 0, 0, 1, 0}, {0, 0, 0, 0, 0, 0, 0, 1}};
// Skipping identity matrix: 4+7+0 to 4+7+0
// TODO(b/292220783): Figure out the discrepancy of the generated data vs
// `libiamf`. As a hack the 5th and 6th row had their
// generated values changed.
gains["4+7+0"]["3.1.2"] = {{1, 0, 0, 0, 0, 0},
{0, 1, 0, 0, 0, 0},
{0, 0, 1, 0, 0, 0},
Expand Down

0 comments on commit e0130d2

Please sign in to comment.