From 2a3e1628a50b9de7c1462ee95eb79937795f5409 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Sun, 11 Jan 2015 21:40:51 +0100 Subject: Limit more variables to file scope Change-Id: I30219d626316776eb73b4205d63376fa3dbc6361 --- lib/rbcodec/codecs/libwavpack/wputils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rbcodec/codecs/libwavpack/wputils.c') diff --git a/lib/rbcodec/codecs/libwavpack/wputils.c b/lib/rbcodec/codecs/libwavpack/wputils.c index b0ccd3ba83..3487f980b2 100644 --- a/lib/rbcodec/codecs/libwavpack/wputils.c +++ b/lib/rbcodec/codecs/libwavpack/wputils.c @@ -23,7 +23,7 @@ static void strcpy_loc (char *dst, char *src) { while ((*dst++ = *src++) != 0); ///////////////////////////// local table storage //////////////////////////// -const uint32_t sample_rates [] = { 6000, 8000, 9600, 11025, 12000, 16000, 22050, +static const uint32_t sample_rates [] = { 6000, 8000, 9600, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000, 64000, 88200, 96000, 192000 }; ///////////////////////////// executable code //////////////////////////////// -- cgit v1.2.3