ffmpeg | branch: master | James Almer <jamr...@gmail.com> | Tue Mar 15 22:54:41 2022 -0300| [f2fe17c56d33bfc5bd04d804603036a4f935b69b] | committer: James Almer
avutil/channel_layout: remove duplicate stereo downmix entry Signed-off-by: James Almer <jamr...@gmail.com> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f2fe17c56d33bfc5bd04d804603036a4f935b69b --- libavutil/channel_layout.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavutil/channel_layout.c b/libavutil/channel_layout.c index 3615a34d27..bc1c841ad8 100644 --- a/libavutil/channel_layout.c +++ b/libavutil/channel_layout.c @@ -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 }, _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".