]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_setpts.c
avfiltergraph: reindent
[ffmpeg] / libavfilter / vf_setpts.c
index bece3736b07fd6503e89086f526e98e8d1bfe77b..b49ca5eb57621d1715a7d910f875172d10b29124 100644 (file)
 /* #define DEBUG */
 
 #include "libavutil/eval.h"
+#include "libavutil/mathematics.h"
 #include "avfilter.h"
 
-static const char *var_names[] = {
+static const char *const var_names[] = {
     "E",           ///< Euler number
     "INTERLACED",  ///< tell if the current frame is interlaced
     "N",           ///< frame number (starting at zero)