]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mgsts.c
avformat: remove deprecated AVStream.codec
[ffmpeg] / libavformat / mgsts.c
index 0720de8d8687f1a0d797a612299df636b1d83661..415e052725ec2b0d5806a29a72a299d56b325929 100644 (file)
@@ -24,7 +24,7 @@
 #include "avformat.h"
 #include "riff.h"
 
-static int read_probe(AVProbeData *p)
+static int read_probe(const AVProbeData *p)
 {
     if (AV_RB32(p->buf     ) != 0x000E ||
         AV_RB32(p->buf +  4) != 0x0050 ||