changeset 33440:12e6ac943b41

Add const to match actual type of string literal that are assigned.
author reimar
date Mon, 30 May 2011 20:59:48 +0000
parents 8610374fd76c
children d494a6d78677
files libmpcodecs/vf_detc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vf_detc.c	Mon May 30 20:23:45 2011 +0000
+++ b/libmpcodecs/vf_detc.c	Mon May 30 20:59:48 2011 +0000
@@ -382,7 +382,7 @@
 }
 
 static struct {
-        char *name;
+        const char *name;
         int (*func)(struct vf_priv_s *p, mp_image_t *new, mp_image_t *old);
         int needread;
 } anal_funcs[] = {