vorbis: Fix channel reorder map for 5.1, 6.1 and 7.1
authorJochen Henneberg <jh@henneberg-systemdesign.com>
Mon, 20 Feb 2017 11:44:37 +0000 (13:44 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 20 Feb 2017 11:45:09 +0000 (13:45 +0200)
ext/vorbis/gstvorbiscommon.c

index f575b99..045b108 100644 (file)
@@ -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