mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
eval-test: make table static const
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
10e645e9cb
commit
74c39bc682
@ -564,7 +564,8 @@ int main(int argc, char **argv)
|
||||
{
|
||||
int i;
|
||||
double d;
|
||||
const char **expr, *exprs[] = {
|
||||
const char *const *expr;
|
||||
static const char *const exprs[] = {
|
||||
"",
|
||||
"1;2",
|
||||
"-20",
|
||||
|
Loading…
Reference in New Issue
Block a user