One const is enough.
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Mon, 17 Nov 2008 12:48:31 +0000 (12:48 +0000)
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Mon, 17 Nov 2008 12:48:31 +0000 (12:48 +0000)
Originally committed as revision 15847 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/audioconvert.c

index 8e09e4c..8c6a6b8 100644 (file)
@@ -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 },