Mark mutable static data const where appropriate.
This commit is contained in:
parent
e48a70e6da
commit
b0f29db5c2
18 changed files with 26 additions and 26 deletions
|
|
@ -27,7 +27,7 @@
|
|||
#include "libavutil/parseutils.h"
|
||||
#include "avfilter.h"
|
||||
|
||||
static const char *var_names[] = {
|
||||
static const char *const var_names[] = {
|
||||
"E",
|
||||
"PHI",
|
||||
"PI",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue