mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
mux: change 1 assert->av_assert1()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user