mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avformat/nutdec: Check ff_gen_search() for failure
Fixes assertion failure Found-by: durandal_1707 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
4eee685a21
commit
60ec3007e6
@ -1280,6 +1280,8 @@ static int read_seek(AVFormatContext *s, int stream_index,
|
||||
next_node[1]->pos, next_node[1]->pos,
|
||||
next_node[0]->ts, next_node[1]->ts,
|
||||
AVSEEK_FLAG_BACKWARD, &ts, nut_read_timestamp);
|
||||
if (pos < 0)
|
||||
return pos;
|
||||
|
||||
if (!(flags & AVSEEK_FLAG_BACKWARD)) {
|
||||
dummy.pos = pos + 16;
|
||||
|
Loading…
Reference in New Issue
Block a user