Commit 7e8efe18 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

One const is enough.

Originally committed as revision 15847 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 5155b839
......@@ -104,7 +104,7 @@ static const struct {
const char *name;
int nb_channels;
int64_t layout;
} const channel_layout_map[] = {
} channel_layout_map[] = {
{ "mono", 1, CH_LAYOUT_MONO },
{ "stereo", 2, CH_LAYOUT_STEREO },
{ "surround", 3, CH_LAYOUT_SURROUND },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment