# HG changeset patch # User conrad # Date 1277793728 0 # Node ID 8c82dfce2f246fff60fc8b3cc1f516490e3b1d12 # Parent 98fd8070585083ca1c82933044ead3f836a300a3 vorbis: cosmetics, remove trailing comma for values that will never have anything added diff -r 98fd80705850 -r 8c82dfce2f24 vorbis_data.c --- a/vorbis_data.c Tue Jun 29 04:34:04 2010 +0000 +++ b/vorbis_data.c Tue Jun 29 06:42:08 2010 +0000 @@ -22,25 +22,25 @@ #include "vorbis.h" const uint8_t ff_vorbis_channel_layout_offsets[8][8] = { - { 0, }, - { 0, 1, }, - { 0, 2, 1, }, - { 0, 1, 2, 3, }, - { 0, 2, 1, 3, 4, }, - { 0, 2, 1, 5, 3, 4, }, - { 0, 2, 1, 6, 5, 3, 4, }, - { 0, 2, 1, 7, 5, 6, 3, 4}, + { 0 }, + { 0, 1 }, + { 0, 2, 1 }, + { 0, 1, 2, 3 }, + { 0, 2, 1, 3, 4 }, + { 0, 2, 1, 5, 3, 4 }, + { 0, 2, 1, 6, 5, 3, 4 }, + { 0, 2, 1, 7, 5, 6, 3, 4 }, }; const uint8_t ff_vorbis_encoding_channel_layout_offsets[8][8] = { - { 0, }, - { 0, 1, }, - { 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 }, + { 0, 1 }, + { 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 }, }; const int64_t ff_vorbis_channel_layouts[9] = {