You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avformat/vqf: Use 64bit for ret to avoid overflow
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -261,7 +261,7 @@ static int vqf_read_seek(AVFormatContext *s,
|
|||||||
{
|
{
|
||||||
VqfContext *c = s->priv_data;
|
VqfContext *c = s->priv_data;
|
||||||
AVStream *st;
|
AVStream *st;
|
||||||
int ret;
|
int64_t ret;
|
||||||
int64_t pos;
|
int64_t pos;
|
||||||
|
|
||||||
st = s->streams[stream_index];
|
st = s->streams[stream_index];
|
||||||
|
Reference in New Issue
Block a user