# HG changeset patch # User jbr # Date 1239506780 0 # Node ID f7bd7e90ef9fb808e98e52948310201bb17c462c # Parent e6ade5c8a75043715b9d029aeed723a09cc715bb Add names for 5.0 and 5.1 back speaker channel layouts. diff -r e6ade5c8a750 -r f7bd7e90ef9f audioconvert.c --- a/audioconvert.c Sat Apr 11 21:14:29 2009 +0000 +++ b/audioconvert.c Sun Apr 12 03:26:20 2009 +0000 @@ -110,7 +110,9 @@ { "surround", 3, CH_LAYOUT_SURROUND }, { "quad", 4, CH_LAYOUT_QUAD }, { "5.0", 5, CH_LAYOUT_5POINT0 }, + { "5.0", 5, CH_LAYOUT_5POINT0_BACK }, { "5.1", 6, CH_LAYOUT_5POINT1 }, + { "5.1", 6, CH_LAYOUT_5POINT1_BACK }, { "5.1+downmix", 8, CH_LAYOUT_5POINT1|CH_LAYOUT_STEREO_DOWNMIX, }, { "7.1", 8, CH_LAYOUT_7POINT1 }, { "7.1(wide)", 8, CH_LAYOUT_7POINT1_WIDE },