diff options
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/vqf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/vqf.c b/libavformat/vqf.c index 1ce53595d6..3479657b3a 100644 --- a/libavformat/vqf.c +++ b/libavformat/vqf.c @@ -256,7 +256,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]; |