]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/samidec.c
avformat: Forward errors where possible
[ffmpeg] / libavformat / samidec.c
index 7ea1bdfdd97e3166b851c5151bf90d8edd7b3995..fd98393086bf810190073ff63fd1bbe467f53d99 100644 (file)
@@ -36,7 +36,7 @@ typedef struct {
     FFDemuxSubtitlesQueue q;
 } SAMIContext;
 
-static int sami_probe(AVProbeData *p)
+static int sami_probe(const AVProbeData *p)
 {
     char buf[6];
     FFTextReader tr;