lavfi/hdcd: mark pe_str as static and const

pull/228/head
Clément Bœsch 9 years ago
parent fb91143ef1
commit 4791716c1d
  1. 2
      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"

Loading…
Cancel
Save