mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
vorbis: Fix channel reorder map for 5.1, 6.1 and 7.1
This commit is contained in:
parent
ab854b04ba
commit
0c2c82ad69
1 changed files with 3 additions and 3 deletions
|
@ -134,8 +134,8 @@ const gint gst_vorbis_reorder_map[][8] = {
|
|||
{0, 2, 1},
|
||||
{0, 1, 2, 3},
|
||||
{0, 2, 1, 3, 4},
|
||||
{0, 2, 1, 4, 5, 3},
|
||||
{0, 2, 1, 5, 6, 4, 3},
|
||||
{0, 2, 1, 6, 7, 4, 5, 3}
|
||||
{0, 2, 1, 5, 3, 4},
|
||||
{0, 2, 1, 6, 5, 3, 4},
|
||||
{0, 2, 1, 7, 5, 6, 3, 4}
|
||||
};
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue