Mercurial > libavcodec.hg
comparison audioconvert.c @ 9410:f7bd7e90ef9f libavcodec
Add names for 5.0 and 5.1 back speaker channel layouts.
| author | jbr |
|---|---|
| date | Sun, 12 Apr 2009 03:26:20 +0000 |
| parents | 7c47da8e2cf8 |
| children | 56f844aec27b |
comparison
equal
deleted
inserted
replaced
| 9409:e6ade5c8a750 | 9410:f7bd7e90ef9f |
|---|---|
| 108 { "mono", 1, CH_LAYOUT_MONO }, | 108 { "mono", 1, CH_LAYOUT_MONO }, |
| 109 { "stereo", 2, CH_LAYOUT_STEREO }, | 109 { "stereo", 2, CH_LAYOUT_STEREO }, |
| 110 { "surround", 3, CH_LAYOUT_SURROUND }, | 110 { "surround", 3, CH_LAYOUT_SURROUND }, |
| 111 { "quad", 4, CH_LAYOUT_QUAD }, | 111 { "quad", 4, CH_LAYOUT_QUAD }, |
| 112 { "5.0", 5, CH_LAYOUT_5POINT0 }, | 112 { "5.0", 5, CH_LAYOUT_5POINT0 }, |
| 113 { "5.0", 5, CH_LAYOUT_5POINT0_BACK }, | |
| 113 { "5.1", 6, CH_LAYOUT_5POINT1 }, | 114 { "5.1", 6, CH_LAYOUT_5POINT1 }, |
| 115 { "5.1", 6, CH_LAYOUT_5POINT1_BACK }, | |
| 114 { "5.1+downmix", 8, CH_LAYOUT_5POINT1|CH_LAYOUT_STEREO_DOWNMIX, }, | 116 { "5.1+downmix", 8, CH_LAYOUT_5POINT1|CH_LAYOUT_STEREO_DOWNMIX, }, |
| 115 { "7.1", 8, CH_LAYOUT_7POINT1 }, | 117 { "7.1", 8, CH_LAYOUT_7POINT1 }, |
| 116 { "7.1(wide)", 8, CH_LAYOUT_7POINT1_WIDE }, | 118 { "7.1(wide)", 8, CH_LAYOUT_7POINT1_WIDE }, |
| 117 { "7.1+downmix", 10, CH_LAYOUT_7POINT1|CH_LAYOUT_STEREO_DOWNMIX, }, | 119 { "7.1+downmix", 10, CH_LAYOUT_7POINT1|CH_LAYOUT_STEREO_DOWNMIX, }, |
| 118 { 0 } | 120 { 0 } |
