X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Flibmodplug.c;h=158a63039ff68493646a2de05afd1b5e7edd8cc7;hb=ab6f4fd4a70aaef09b88fc183bb7247ebe0b859a;hp=3f00dbf2a42f3c4003a385bbb0b5991853cb3d4f;hpb=f30a8154abf2905b61b08974bc71f04e8d7afc68;p=ffmpeg diff --git a/libavformat/libmodplug.c b/libavformat/libmodplug.c index 3f00dbf2a42..158a63039ff 100644 --- a/libavformat/libmodplug.c +++ b/libavformat/libmodplug.c @@ -60,7 +60,7 @@ typedef struct ModPlugContext { AVExpr *expr; ///< parsed color eval expression } ModPlugContext; -static const char *var_names[] = { +static const char * const var_names[] = { "x", "y", "w", "h", "t",