mirror of https://git.ffmpeg.org/ffmpeg.git
lavfi/hdcd: mark pe_str as static and const
This commit is contained in:
parent
fb91143ef1
commit
4791716c1d
|
@ -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…
Reference in New Issue