X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Floasdec.c;h=c7e124e34025cc5e084070c3a90cbf1356e5ec38;hb=24a64e0462d5dad6f6cf629243abdbe975e33015;hp=70440559d23fe67a84ada1b9ca6181b8ca4ba1a6;hpb=8822e2b9543bb02fb2889dff627b6db023053253;p=ffmpeg diff --git a/libavformat/loasdec.c b/libavformat/loasdec.c index 70440559d23..c7e124e3402 100644 --- a/libavformat/loasdec.c +++ b/libavformat/loasdec.c @@ -27,7 +27,7 @@ #define LOAS_SYNC_WORD 0x2b7 -static int loas_probe(AVProbeData *p) +static int loas_probe(const AVProbeData *p) { int max_frames = 0, first_frames = 0; int fsize, frames;