]> git.sesse.net Git - vlc/blobdiff - modules/mux/mp4.c
Declared many static variables const
[vlc] / modules / mux / mp4.c
index eb50dbfc055e22258da432c1058b3be46714af68..73862581d450902017e74d73490ce5ae96683e01 100644 (file)
@@ -1533,7 +1533,7 @@ static bo_t *GetStblBox( sout_mux_t *p_mux, mp4_stream_t *p_stream )
 
 static int64_t get_timestamp(void);
 
-static uint32_t mvhd_matrix[9] =
+static const uint32_t mvhd_matrix[9] =
     { 0x10000, 0, 0, 0, 0x10000, 0, 0, 0, 0x40000000 };
 
 static bo_t *GetMoovBox( sout_mux_t *p_mux )