avformat/vqf: Use 64bit for ret to avoid overflow
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit cb08687180)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
8f65bedbaf
commit
5169df2122
1 changed files with 1 additions and 1 deletions
|
|
@ -261,7 +261,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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue