Skip to content

Commit

Permalink
Merge pull request #91 from yilun-zhangs/main
Browse files Browse the repository at this point in the history
Fix one initialization typo in matrix
  • Loading branch information
yilun-zhangs authored Feb 22, 2024
2 parents 5119e38 + 2a48d1a commit 37d7a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/src/iamf_dec/m2m_rdr.c
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ float iamf71_iamf312[][6] = {{1.0, 0, 0, 0, 0, 0}, // L
{0.70710678, 0, 0, 0, 0, 0}, // Ls
{0, 0.70710678, 0, 0, 0, 0}, // Rs
{0.70710678, 0, 0, 0, 0, 0}, // Lb
{0, 0.70710678, 0, 0, 0}}; // Rb
{0, 0.70710678, 0, 0, 0, 0}}; // Rb
float iamf71_iamf712[][10] = {{1.0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, // L
{0, 1.0, 0, 0, 0, 0, 0, 0, 0, 0}, // R
{0, 0, 1.0, 0, 0, 0, 0, 0, 0, 0}, // C
Expand Down

0 comments on commit 37d7a85

Please sign in to comment.