X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fstldec.c;h=d6e0713f8c19373b6cc08863d715a6188d7fd080;hb=982a98a0e3414109647f885baee1196ee4ffb455;hp=35de49322c0c8ae2d2783d910d06f9d3f43592a6;hpb=44085b9951b06df1cab4105dcda004213988d84f;p=ffmpeg diff --git a/libavformat/stldec.c b/libavformat/stldec.c index 35de49322c0..d6e0713f8c1 100644 --- a/libavformat/stldec.c +++ b/libavformat/stldec.c @@ -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;