Commit 79513857 authored by Stefano Sabatini's avatar Stefano Sabatini

Fix eval-test compilation.

Originally committed as revision 23406 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent b851dd9e
......@@ -532,7 +532,7 @@ int main(void)
printf("%f == 12.7\n", d);
ff_parse_and_eval_expr(&d, "80G/80Gi",
const_names, const_values,
NULL, NULL, NULL, NULL, NULL, NULL);
NULL, NULL, NULL, NULL, NULL, 0, NULL);
printf("%f == 0.931322575\n", d);
for (i=0; i<1050; i++) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment