mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-24 08:12:44 +00:00
add assert to detect invalid packet_timestamp_start/end
(that is check that the previous fix was sufficient) Originally committed as revision 11153 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7548783bc5
commit
a57c41b2c5
@ -584,6 +584,8 @@ static void flush_packet(AVFormatContext *s)
|
||||
ASFContext *asf = s->priv_data;
|
||||
int packet_hdr_size, packet_filled_size;
|
||||
|
||||
assert(asf->packet_timestamp_end >= asf->packet_timestamp_start);
|
||||
|
||||
if (asf->is_streamed) {
|
||||
put_chunk(s, 0x4424, asf->packet_size, 0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user