From 92e32385082904e80f2d9a1e9b0b4e815325a46e Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 12 Feb 2010 16:29:34 +0000 Subject: Mark all ad_info_t/vd_info_t structure declarations as const. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30546 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/ad_hwmpa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpcodecs/ad_hwmpa.c') diff --git a/libmpcodecs/ad_hwmpa.c b/libmpcodecs/ad_hwmpa.c index 506adbef42..fe804e1e13 100644 --- a/libmpcodecs/ad_hwmpa.c +++ b/libmpcodecs/ad_hwmpa.c @@ -33,7 +33,7 @@ //based on ad_hwac3.c and ad_libmad.c -static ad_info_t info = +static const ad_info_t info = { "MPEG audio pass-through (fake decoder)", "hwmpa", -- cgit v1.2.3