mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
Also reset *_end in flush_packet_queue().
Originally committed as revision 19869 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8cd6b388f4
commit
42831b46ef
@ -1112,6 +1112,8 @@ static void flush_packet_queue(AVFormatContext *s)
|
|||||||
av_free_packet(&pktl->pkt);
|
av_free_packet(&pktl->pkt);
|
||||||
av_free(pktl);
|
av_free(pktl);
|
||||||
}
|
}
|
||||||
|
s->packet_buffer_end=
|
||||||
|
s->raw_packet_buffer_end= NULL;
|
||||||
s->raw_packet_buffer_remaining_size = RAW_PACKET_BUFFER_SIZE;
|
s->raw_packet_buffer_remaining_size = RAW_PACKET_BUFFER_SIZE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user