From b052601b9590b1020619bdccae6739808d0fe2b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reimar=20D=C3=B6ffinger?= Date: Sat, 5 Nov 2011 15:27:13 +0100 Subject: [PATCH] Make another static array const. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Reimar Döffinger --- libavfilter/formats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/formats.c b/libavfilter/formats.c index 46698ef990..b77ca8a069 100644 --- a/libavfilter/formats.c +++ b/libavfilter/formats.c @@ -172,7 +172,7 @@ AVFilterFormats *avfilter_make_all_channel_layouts(void) AVFilterFormats *avfilter_make_all_packing_formats(void) { - static int packing[] = { + static const int packing[] = { AVFILTER_PACKED, AVFILTER_PLANAR, -1,