]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/stldec.c
avformat: Forward errors where possible
[ffmpeg] / libavformat / stldec.c
index 35de49322c0c8ae2d2783d910d06f9d3f43592a6..d6e0713f8c19373b6cc08863d715a6188d7fd080 100644 (file)
@@ -34,7 +34,7 @@ typedef struct {
     FFDemuxSubtitlesQueue q;
 } STLContext;
 
-static int stl_probe(AVProbeData *p)
+static int stl_probe(const AVProbeData *p)
 {
     char c;
     const unsigned char *ptr = p->buf;