]> git.sesse.net Git - vlc/blobdiff - modules/demux/rawvid.c
- Fix a bunch of warnings
[vlc] / modules / demux / rawvid.c
index 498f9a930ea7246db0531efa00b2a1f8887e26ce..7c59dc1d9197bf806b228ab235b84835dc4d0b25 100644 (file)
@@ -130,7 +130,7 @@ static int Open( vlc_object_t * p_this )
     char *psz_aspect_ratio;
     unsigned int i_aspect = 0;
     struct preset_t *p_preset = NULL;
-    uint8_t *p_peek;
+    const uint8_t *p_peek;
     vlc_bool_t b_valid = VLC_FALSE;
     vlc_bool_t b_y4m = VLC_FALSE;