]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/audioconvert.c
pp: bump major in git master to match what debian contains.
[ffmpeg] / libavutil / audioconvert.c
index c4cab22fced6c668c020756e5a4e6664bb78efe5..dd4c330907d41e6392fcfd307d8b96965a8c91f5 100644 (file)
@@ -64,6 +64,7 @@ static const struct {
 } channel_layout_map[] = {
     { "mono",        1,  AV_CH_LAYOUT_MONO },
     { "stereo",      2,  AV_CH_LAYOUT_STEREO },
+    { "2.1",         3,  AV_CH_LAYOUT_2POINT1 },
     { "4.0",         4,  AV_CH_LAYOUT_4POINT0 },
     { "quad",        4,  AV_CH_LAYOUT_QUAD },
     { "5.0",         5,  AV_CH_LAYOUT_5POINT0_BACK },