diff libmpcodecs/ad_speex.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 32725ca88fed
line wrap: on
line diff
--- a/libmpcodecs/ad_speex.c	Fri Feb 12 14:25:25 2010 +0000
+++ b/libmpcodecs/ad_speex.c	Fri Feb 12 16:29:34 2010 +0000
@@ -28,7 +28,7 @@
 #include <speex/speex_header.h>
 #include "ad_internal.h"
 
-static ad_info_t info = {
+static const ad_info_t info = {
   "Speex audio decoder",
   "speex",
   "Reimar Döffinger",