]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/f_perms.c
ac3dec_fixed: add missing "static const".
[ffmpeg] / libavfilter / f_perms.c
index 2c53e8cc5b4d035336f7e61764fbce5de35f3272..188ce91376aa09f12e3948d406e228ec8b079be1 100644 (file)
@@ -72,7 +72,7 @@ static av_cold int init(AVFilterContext *ctx)
 }
 
 enum perm                        {  RO,   RW  };
-static const char *perm_str[2] = { "RO", "RW" };
+static const char * const perm_str[2] = { "RO", "RW" };
 
 static int filter_frame(AVFilterLink *inlink, AVFrame *frame)
 {