X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Floasdec.c;h=c7e124e34025cc5e084070c3a90cbf1356e5ec38;hb=60f75c9976368d9921ea5cf2b9193ff8ace1602d;hp=70440559d23fe67a84ada1b9ca6181b8ca4ba1a6;hpb=27e30c73d722ec13e59753dea91be00859c72bf2;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;