]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/eval.c
Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'
[ffmpeg] / libavutil / eval.c
index 0d6bd155294bd854755f64369c9fa39fd702cd6c..4a27742729675f1e7b32e2c0155ed8e669e6823a 100644 (file)
@@ -660,8 +660,6 @@ int av_expr_parse_and_eval(double *d, const char *s,
 }
 
 #ifdef TEST
-// LCOV_EXCL_START
-#undef printf
 #include <string.h>
 
 static const double const_values[] = {
@@ -797,5 +795,4 @@ int main(int argc, char **argv)
 
     return 0;
 }
-// LCOV_EXCL_STOP
 #endif