Browse Source

Fix eval-test compilation.

Originally committed as revision 23406 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Stefano Sabatini 15 years ago
parent
commit
79513857ba
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/eval.c

+ 1
- 1
libavcodec/eval.c View File

@@ -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++) {


Loading…
Cancel
Save