[MPlayer-cvslog] r33528 - trunk/libmpcodecs/vf_detc.c

reimar subversion at mplayerhq.hu
Mon May 30 22:59:49 CEST 2011


Author: reimar
Date: Mon May 30 22:59:48 2011
New Revision: 33528

Log:
Add const to match actual type of string literal that are assigned.

Modified:
   trunk/libmpcodecs/vf_detc.c

Modified: trunk/libmpcodecs/vf_detc.c
==============================================================================
--- trunk/libmpcodecs/vf_detc.c	Mon May 30 22:23:45 2011	(r33527)
+++ trunk/libmpcodecs/vf_detc.c	Mon May 30 22:59:48 2011	(r33528)
@@ -382,7 +382,7 @@ static void uninit(struct vf_instance *v
 }
 
 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[] = {


More information about the MPlayer-cvslog mailing list