mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +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;
|
int i;
|
||||||
double d;
|
double d;
|
||||||
const char **expr, *exprs[] = {
|
const char *const *expr;
|
||||||
|
static const char *const exprs[] = {
|
||||||
"",
|
"",
|
||||||
"1;2",
|
"1;2",
|
||||||
"-20",
|
"-20",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user