mirror of https://git.ffmpeg.org/ffmpeg.git
avutil/channel_layout: remove duplicate stereo downmix entry
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
9805a0004c
commit
f2fe17c56d
|
@ -169,7 +169,6 @@ struct channel_layout_name {
|
|||
static const struct channel_layout_name channel_layout_map[] = {
|
||||
{ "mono", AV_CHANNEL_LAYOUT_MONO },
|
||||
{ "stereo", AV_CHANNEL_LAYOUT_STEREO },
|
||||
{ "stereo", AV_CHANNEL_LAYOUT_STEREO_DOWNMIX },
|
||||
{ "2.1", AV_CHANNEL_LAYOUT_2POINT1 },
|
||||
{ "3.0", AV_CHANNEL_LAYOUT_SURROUND },
|
||||
{ "3.0(back)", AV_CHANNEL_LAYOUT_2_1 },
|
||||
|
|
Loading…
Reference in New Issue