avutil/avstring: make const tables static const
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
2215947438
commit
5717689c75
@ -312,7 +312,7 @@ int av_isxdigit(int c)
|
|||||||
int main(void)
|
int main(void)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
const char *strings[] = {
|
static const char * const strings[] = {
|
||||||
"''",
|
"''",
|
||||||
"",
|
"",
|
||||||
":",
|
":",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user