diff --git a/libavformat/vqf.c b/libavformat/vqf.c index 81c1b39b81..0d82ad1401 100644 --- a/libavformat/vqf.c +++ b/libavformat/vqf.c @@ -262,7 +262,7 @@ static int vqf_read_seek(AVFormatContext *s, { VqfContext *c = s->priv_data; AVStream *st; - int ret; + int64_t ret; int64_t pos; st = s->streams[stream_index];