]> git.sesse.net Git - vlc/blobdiff - modules/audio_filter/format.c
Declared many static variables const
[vlc] / modules / audio_filter / format.c
index 78c8b02f2276e2ed286a608467eba2273ca0341d..2af8f0df05cec6002f6319a3325bdaff2c5b5a54 100644 (file)
@@ -117,7 +117,7 @@ static block_t *S8toU8( filter_t *, block_t * );
 static block_t *Swap16( filter_t *, block_t * );
 static block_t *Swap24( filter_t *, block_t * );
 
-static struct
+static const struct
 {
     vlc_fourcc_t i_src;
     vlc_fourcc_t i_dst;