]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/asfdec_o.c
avformat/aiffdec: parse replaygain metadata
[ffmpeg] / libavformat / asfdec_o.c
index b4b2698368fc66cc13d7f6d41f3b21312bcd5de0..8e7f044ce91432aaf364e8262d8e2a4391b582ce 100644 (file)
@@ -147,7 +147,7 @@ typedef struct ASFContext {
 static int detect_unknown_subobject(AVFormatContext *s, int64_t offset, int64_t size);
 static const GUIDParseTable *find_guid(ff_asf_guid guid);
 
-static int asf_probe(AVProbeData *pd)
+static int asf_probe(const AVProbeData *pd)
 {
     /* check file header */
     if (!ff_guidcmp(pd->buf, &ff_asf_header))