1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00

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

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"