Skip to content

Commit 37d7a85

Browse files
authored
Merge pull request #91 from yilun-zhangs/main
Fix one initialization typo in matrix
2 parents 5119e38 + 2a48d1a commit 37d7a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/src/iamf_dec/m2m_rdr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ float iamf71_iamf312[][6] = {{1.0, 0, 0, 0, 0, 0}, // L
458458
{0.70710678, 0, 0, 0, 0, 0}, // Ls
459459
{0, 0.70710678, 0, 0, 0, 0}, // Rs
460460
{0.70710678, 0, 0, 0, 0, 0}, // Lb
461-
{0, 0.70710678, 0, 0, 0}}; // Rb
461+
{0, 0.70710678, 0, 0, 0, 0}}; // Rb
462462
float iamf71_iamf712[][10] = {{1.0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, // L
463463
{0, 1.0, 0, 0, 0, 0, 0, 0, 0, 0}, // R
464464
{0, 0, 1.0, 0, 0, 0, 0, 0, 0, 0}, // C

0 commit comments

Comments
 (0)