X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmvi.c;h=a5a69ac19ab9c6ba6e5c06063392e288e360525c;hb=e37f161e66e042d6c2c7470c4d9881df9427fc4a;hp=70a9b6691991e75ff83e6a4c13a0057d2a3ce139;hpb=7f92f3d8129f44bc2ed935e9d81735ffdcd9921f;p=ffmpeg diff --git a/libavformat/mvi.c b/libavformat/mvi.c index 70a9b669199..a5a69ac19ab 100644 --- a/libavformat/mvi.c +++ b/libavformat/mvi.c @@ -36,7 +36,7 @@ typedef struct MviDemuxContext { int video_frame_size; } MviDemuxContext; -static int read_header(AVFormatContext *s, AVFormatParameters *ap) +static int read_header(AVFormatContext *s) { MviDemuxContext *mvi = s->priv_data; AVIOContext *pb = s->pb;