Commit 4791716c authored by Clément Bœsch's avatar Clément Bœsch

lavfi/hdcd: mark pe_str as static and const

parent fb91143e
...@@ -857,7 +857,7 @@ typedef enum { ...@@ -857,7 +857,7 @@ typedef enum {
HDCD_PE_PERMANENT =2 HDCD_PE_PERMANENT =2
} hdcd_pe_t; } hdcd_pe_t;
const char* pe_str[] = { static const char * const pe_str[] = {
"never enabled", "never enabled",
"enabled intermittently", "enabled intermittently",
"enabled permanently" "enabled permanently"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment