mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
Mark mutable static data const where appropriate.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user