]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_drawtext.c
x86/cavsdsp: fix buffer alignment in cavs_idct8_add_mmx()
[ffmpeg] / libavfilter / vf_drawtext.c
index b7a295f5f761a539d747690710796213dc66853d..4fbb6c08d62cd9def4434bfbec4e00121f23ff74 100644 (file)
@@ -268,11 +268,11 @@ AVFILTER_DEFINE_CLASS(drawtext);
 #define FT_ERRORDEF(e, v, s) { (e), (s) },
 #define FT_ERROR_END_LIST { 0, NULL } };
 
-struct ft_error
+static const struct ft_error
 {
     int err;
     const char *err_msg;
-} static ft_errors[] =
+} ft_errors[] =
 #include FT_ERRORS_H
 
 #define FT_ERRMSG(e) ft_errors[e].err_msg