]> git.sesse.net Git - vlc/blobdiff - modules/codec/realaudio.c
Declared many static variables const
[vlc] / modules / codec / realaudio.c
index 1eb45e08877f27cf83b485cef1ec756d8747147d..c4969087521ab93e7a9b82e4a1e5805c32ccd9cd 100644 (file)
@@ -155,7 +155,7 @@ typedef struct __attribute__((__packed__)) {
 void *__builtin_new(unsigned long size) {return malloc(size);}
 void __builtin_delete(void *p) {free(p);}
 
-static int pi_channels_maps[7] =
+static const int pi_channels_maps[7] =
 {
     0,
     AOUT_CHAN_CENTER,