X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fstldec.c;h=d6e0713f8c19373b6cc08863d715a6188d7fd080;hb=f79873409b058fe612bacddc1112d66c2fadf59d;hp=35de49322c0c8ae2d2783d910d06f9d3f43592a6;hpb=ace96d2e693d804a0ed16aebc1b1027cfff2c527;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;