X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=libavformat%2Flmlm4.c;h=79d703a8fce27f90b27273262ec0a0196ebd25fd;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=d0cf8feb03de2e7fe470ed2c79a9eee385b66dc4;hpb=768b07e3bca7e81d2f9c60badb3973d3d88481dc;p=ffmpeg diff --git a/libavformat/lmlm4.c b/libavformat/lmlm4.c index d0cf8feb03d..79d703a8fce 100644 --- a/libavformat/lmlm4.c +++ b/libavformat/lmlm4.c @@ -35,7 +35,7 @@ #define LMLM4_MAX_PACKET_SIZE 1024 * 1024 -static int lmlm4_probe(AVProbeData *pd) +static int lmlm4_probe(const AVProbeData *pd) { const unsigned char *buf = pd->buf; unsigned int frame_type, packet_size;