From 4791716c1dca53a3c9e900fdb47bea9731a2b2bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Thu, 28 Jul 2016 09:29:20 +0200 Subject: [PATCH] lavfi/hdcd: mark pe_str as static and const --- libavfilter/af_hdcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/af_hdcd.c b/libavfilter/af_hdcd.c index 6f3eb1e875..6b406e7abc 100644 --- a/libavfilter/af_hdcd.c +++ b/libavfilter/af_hdcd.c @@ -857,7 +857,7 @@ typedef enum { HDCD_PE_PERMANENT =2 } hdcd_pe_t; -const char* pe_str[] = { +static const char * const pe_str[] = { "never enabled", "enabled intermittently", "enabled permanently"