lavfi/hdcd: mark pe_str as static and const

This commit is contained in:
Clément Bœsch 2016-07-28 09:29:20 +02:00
parent fb91143ef1
commit 4791716c1d
1 changed files with 1 additions and 1 deletions

View File

@ -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"