summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_hdcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/af_hdcd.c')
-rw-r--r--libavfilter/af_hdcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/af_hdcd.c b/libavfilter/af_hdcd.c
index 6f3eb1e..6b406e7 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"
OpenPOWER on IntegriCloud