X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fcodec%2Favcodec%2Faudio.c;h=55a71d39d2286ab922c5a8198c7c1747f1fa827e;hb=5f8cd3991a86c8be37fe0bce9686c2d6f7635afa;hp=7ea107bd4b42cc1859ee3fdc204775831d7430b0;hpb=df7648f066b7ed12a73f40d1720a53404a3a0563;p=vlc diff --git a/modules/codec/avcodec/audio.c b/modules/codec/avcodec/audio.c index 7ea107bd4b..55a71d39d2 100644 --- a/modules/codec/avcodec/audio.c +++ b/modules/codec/avcodec/audio.c @@ -45,7 +45,7 @@ #include "avcodec.h" -static unsigned int pi_channels_maps[7] = +static const unsigned int pi_channels_maps[7] = { 0, AOUT_CHAN_CENTER, AOUT_CHAN_LEFT | AOUT_CHAN_RIGHT,