From 7e8efe18ba9908baec46d0fe46eb7e7add725119 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Mon, 17 Nov 2008 12:48:31 +0000 Subject: One const is enough. Originally committed as revision 15847 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/audioconvert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/audioconvert.c') diff --git a/libavcodec/audioconvert.c b/libavcodec/audioconvert.c index 8e09e4c9af..8c6a6b848f 100644 --- a/libavcodec/audioconvert.c +++ b/libavcodec/audioconvert.c @@ -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 }, -- cgit v1.2.3