Commit 2ec1226d authored by michael's avatar michael

Also reset *_end in flush_packet_queue().


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19869 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c78b8047
......@@ -1112,6 +1112,8 @@ static void flush_packet_queue(AVFormatContext *s)
av_free_packet(&pktl->pkt);
av_free(pktl);
}
s->packet_buffer_end=
s->raw_packet_buffer_end= NULL;
s->raw_packet_buffer_remaining_size = RAW_PACKET_BUFFER_SIZE;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment