]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/eval.c
flvenc: use AVFormatContext, not AVCodecContext for logging.
[ffmpeg] / libavutil / eval.c
index 9941ed7060813aabde5fe9ffe47b809d2100fba4..4d8ebf4f6e07f1c93c9f10d1a6cb7dc87cc06afe 100644 (file)
@@ -543,13 +543,13 @@ int av_expr_parse_and_eval(double *d, const char *s,
 #undef printf
 #include <string.h>
 
-static double const_values[] = {
+static const double const_values[] = {
     M_PI,
     M_E,
     0
 };
 
-static const char *const_names[] = {
+static const char *const const_names[] = {
     "PI",
     "E",
     0