mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
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);
|
next_point = &(s->packet_buffer_end->next);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
assert(!*next_point);
|
av_assert1(!*next_point);
|
||||||
|
|
||||||
s->packet_buffer_end = this_pktl;
|
s->packet_buffer_end = this_pktl;
|
||||||
next_non_null:
|
next_non_null:
|
||||||
|
Loading…
Reference in New Issue
Block a user