diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-06-01 08:07:21 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-06-01 08:07:21 +0000 |
commit | 79513857ba8169f5aed17d978a2b3eac9b59fe25 (patch) | |
tree | eb7fb5d185dc62e293da41072a26a905d6139e99 /libavcodec/eval.c | |
parent | b851dd9e9bc0aff566f65777726fbe5da8f65ab5 (diff) | |
download | ffmpeg-79513857ba8169f5aed17d978a2b3eac9b59fe25.tar.gz |
Fix eval-test compilation.
Originally committed as revision 23406 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/eval.c')
-rw-r--r-- | libavcodec/eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/eval.c b/libavcodec/eval.c index c7adbc9071..2a8fc442aa 100644 --- a/libavcodec/eval.c +++ b/libavcodec/eval.c @@ -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++) { |