Browse Source

lavfi/hdcd: mark pe_str as static and const

tags/n3.2
Clément Bœsch 9 years ago
parent
commit
4791716c1d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/af_hdcd.c

+ 1
- 1
libavfilter/af_hdcd.c 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"


Loading…
Cancel
Save