From b0f29db5c2b8d1b7de2ccac815e33090e8c49cff Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Mon, 20 Feb 2012 00:42:33 -0800 Subject: Mark mutable static data const where appropriate. --- libavfilter/vf_scale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/vf_scale.c') diff --git a/libavfilter/vf_scale.c b/libavfilter/vf_scale.c index 37a6f8e386..46009a7daa 100644 --- a/libavfilter/vf_scale.c +++ b/libavfilter/vf_scale.c @@ -30,7 +30,7 @@ #include "libavutil/pixdesc.h" #include "libswscale/swscale.h" -static const char *var_names[] = { +static const char *const var_names[] = { "PI", "PHI", "E", -- cgit v1.2.3