X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Frpl.c;h=fa6357666a5ed19e0222fbcae8b821e50116d64e;hb=e427ba5c68a522b26a45bf7c61016d9349fab43d;hp=6b45b35c3087286d9e14da2a259bc7e2cad33cb6;hpb=bec3b2041dcc20ab4b06a6b31d09130e1a7166c3;p=ffmpeg diff --git a/libavformat/rpl.c b/libavformat/rpl.c index 6b45b35c308..fa6357666a5 100644 --- a/libavformat/rpl.c +++ b/libavformat/rpl.c @@ -33,7 +33,7 @@ /** 256 is arbitrary, but should be big enough for any reasonable file. */ #define RPL_LINE_LENGTH 256 -static int rpl_probe(AVProbeData *p) +static int rpl_probe(const AVProbeData *p) { if (memcmp(p->buf, RPL_SIGNATURE, RPL_SIGNATURE_SIZE)) return 0;