Skip to content

Commit

Permalink
Fixed reported mistype in quad up-mix.
Browse files Browse the repository at this point in the history
  • Loading branch information
cwilso committed Sep 13, 2013
1 parent 10aafce commit 7c7a870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4320,7 +4320,7 @@ <h4 id="UpMix-sub">9.1.2. Up Mixing speaker layouts</h4>

Quad up-mix:

4 -&gt; 5.1 : up-mix from stereo to 5.1
4 -&gt; 5.1 : up-mix from quad to 5.1
output.L = input.L;
output.R = input.R;
output.C = 0;
Expand Down

0 comments on commit 7c7a870

Please sign in to comment.