]> git.sesse.net Git - vlc/blobdiff - modules/codec/sdl_image.c
* More compiler warning fixes (const mostly)
[vlc] / modules / codec / sdl_image.c
index 70a8c6c0b9120673054d86a4501e0c4a06b32190..2d40b422041f2fa0978db29021d852e90d5f1167 100644 (file)
@@ -61,7 +61,7 @@ vlc_module_end();
 static const struct supported_fmt_t
 {
     vlc_fourcc_t i_fourcc;
-    char *psz_sdl_type;
+    const char *psz_sdl_type;
 } p_supported_fmt[] =
 {
     { VLC_FOURCC('t','g','a',' '), "TGA" },