summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_setpts.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_setpts.c')
-rw-r--r--libavfilter/vf_setpts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_setpts.c b/libavfilter/vf_setpts.c
index f265092..b49ca5e 100644
--- a/libavfilter/vf_setpts.c
+++ b/libavfilter/vf_setpts.c
@@ -30,7 +30,7 @@
#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)
OpenPOWER on IntegriCloud