Commit 2f6c8978 authored by cehoyos's avatar cehoyos

One const is enough.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15847 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3054eb58
......@@ -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