diff libmpcodecs/ad_msgsm.c @ 30504:cc27da5d7286

Mark all ad_info_t/vd_info_t structure declarations as const.
author diego
date Fri, 12 Feb 2010 16:29:34 +0000
parents bbb6ebec87a0
children
line wrap: on
line diff
--- a/libmpcodecs/ad_msgsm.c	Fri Feb 12 14:25:25 2010 +0000
+++ b/libmpcodecs/ad_msgsm.c	Fri Feb 12 16:29:34 2010 +0000
@@ -23,7 +23,7 @@
 #include "config.h"
 #include "ad_internal.h"
 
-static ad_info_t info =
+static const ad_info_t info =
 {
 	"native GSM/MSGSM audio decoder",
 	"msgsm",