]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/au.c
avformat/webm_chunk: Check header filename length
[ffmpeg] / libavformat / au.c
index 0b2b7eac15ac1ae9af7569e37281bf03e1c7cc3d..cb48e67feb4f2e615562c71e0ace9f1d24995420 100644 (file)
@@ -57,7 +57,7 @@ static const AVCodecTag codec_au_tags[] = {
 
 #if CONFIG_AU_DEMUXER
 
-static int au_probe(AVProbeData *p)
+static int au_probe(const AVProbeData *p)
 {
     if (p->buf[0] == '.' && p->buf[1] == 's' &&
         p->buf[2] == 'n' && p->buf[3] == 'd')