Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <clement@stupeflix.com>2016-07-28 10:29:20 +0300
committerClément Bœsch <clement@stupeflix.com>2016-07-28 10:29:20 +0300
commit4791716c1dca53a3c9e900fdb47bea9731a2b2bd (patch)
tree28179a87c89aea8e39a870f5678d070fa23b8943 /libavfilter/af_hdcd.c
parentfb91143ef150263451b331e3e66f8ba51d9a8c8d (diff)
lavfi/hdcd: mark pe_str as static and const
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 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"