mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:21:11 +01:00
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
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue