ffmpeg | branch: release/0.7 | Michael Niedermayer <michae...@gmx.at> | Fri Feb 20 21:00:57 2015 +0100| [20446996f367bebba64197c1c18fe86a9ef2cb66] | committer: Michael Niedermayer
avformat/vqf: Use 64bit for ret to avoid overflow Signed-off-by: Michael Niedermayer <michae...@gmx.at> (cherry picked from commit cb08687180683a755d0fe9d425280d0e4d1e6db2) Signed-off-by: Michael Niedermayer <michae...@gmx.at> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=20446996f367bebba64197c1c18fe86a9ef2cb66 --- libavformat/vqf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/vqf.c b/libavformat/vqf.c index e06f393..884611b 100644 --- a/libavformat/vqf.c +++ b/libavformat/vqf.c @@ -227,7 +227,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]; _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog