]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vorbis_parser.c
configure: create the tests directory like the doc directory
[ffmpeg] / libavcodec / vorbis_parser.c
index b99f11559897784b8e66f77d05238d099820809e..547fd47098345a3d66e9c3700c8c9662b4440657 100644 (file)
@@ -184,7 +184,7 @@ bad_header:
 static int vorbis_parse_init(AVVorbisParseContext *s,
                              const uint8_t *extradata, int extradata_size)
 {
-    uint8_t *header_start[3];
+    const uint8_t *header_start[3];
     int header_len[3];
     int ret;