]> git.sesse.net Git - vlc/blobdiff - modules/stream_out/transcode.c
Declared many static variables const
[vlc] / modules / stream_out / transcode.c
index eceda3bd81e10c9df0a1be2ddbbd03aa867534f1..79f6a4ca7a92567b5fdf4635a43a11f465d7ba48 100644 (file)
@@ -287,7 +287,7 @@ static int  transcode_osd_process( sout_stream_t *, sout_stream_id_t *,
 
 static int  EncoderThread( struct sout_stream_sys_t * p_sys );
 
-static int pi_channels_maps[6] =
+static const int pi_channels_maps[6] =
 {
     0,
     AOUT_CHAN_CENTER,   AOUT_CHAN_LEFT | AOUT_CHAN_RIGHT,