]> git.sesse.net Git - vlc/blobdiff - modules/codec/avcodec/fourcc.h
Declared many static variables const
[vlc] / modules / codec / avcodec / fourcc.h
index 8597e0ce01bcd70f4be4a06d4c642983da7eb1b0..4a8b2bd64aa6120b579bb6eff8c2b2c60d85fd87 100644 (file)
@@ -25,7 +25,7 @@
 /*****************************************************************************
  * Codec fourcc -> ffmpeg_id mapping
  *****************************************************************************/
-static struct
+static const struct
 {
     vlc_fourcc_t  i_fourcc;
     int  i_codec;