From 73acce23fdc81d75722fa0051a4b698f61399f58 Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 14 Sep 2007 12:47:15 +0000 Subject: Mark DTS tables as const git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24455 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/ad_hwac3.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmpcodecs') diff --git a/libmpcodecs/ad_hwac3.c b/libmpcodecs/ad_hwac3.c index 3e7ec04dfb..559dffd29f 100644 --- a/libmpcodecs/ad_hwac3.c +++ b/libmpcodecs/ad_hwac3.c @@ -178,7 +178,7 @@ static int decode_audio(sh_audio_t *sh_audio,unsigned char *buf,int minlen,int m } -static int DTS_SAMPLEFREQS[16] = +static const int DTS_SAMPLEFREQS[16] = { 0, 8000, @@ -198,7 +198,7 @@ static int DTS_SAMPLEFREQS[16] = 192000 }; -static int DTS_BITRATES[30] = +static const int DTS_BITRATES[30] = { 32000, 56000, -- cgit v1.2.3