Mark mutable static data const where appropriate.

This commit is contained in:
Alex Converse
2012-02-21 09:47:07 -08:00
parent e48a70e6da
commit b0f29db5c2
18 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -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)