mirror of https://git.ffmpeg.org/ffmpeg.git
mux: change 1 assert->av_assert1()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
2714e841bc
commit
f2a7e1a62b
|
@ -560,7 +560,7 @@ int ff_interleave_add_packet(AVFormatContext *s, AVPacket *pkt,
|
|||
next_point = &(s->packet_buffer_end->next);
|
||||
}
|
||||
}
|
||||
assert(!*next_point);
|
||||
av_assert1(!*next_point);
|
||||
|
||||
s->packet_buffer_end = this_pktl;
|
||||
next_non_null:
|
||||
|
|
Loading…
Reference in New Issue