X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fdss.c;h=e5b0be9debc6ebbd7961f413d79079851956c430;hb=4a660fac9899191d4121cde02f2a98977b1303b6;hp=083eb4ad43b2f9cb1b25f35f53ea2dd47dc1aae4;hpb=2ac399d7faa5ac80088715780769522d1141b549;p=ffmpeg diff --git a/libavformat/dss.c b/libavformat/dss.c index 083eb4ad43b..e5b0be9debc 100644 --- a/libavformat/dss.c +++ b/libavformat/dss.c @@ -58,7 +58,7 @@ typedef struct DSSDemuxContext { int dss_header_size; } DSSDemuxContext; -static int dss_probe(AVProbeData *p) +static int dss_probe(const AVProbeData *p) { if ( AV_RL32(p->buf) != MKTAG(0x2, 'd', 's', 's') && AV_RL32(p->buf) != MKTAG(0x3, 'd', 's', 's'))