avio: avio_ prefix for url_close_dyn_buf

This commit is contained in:
Anton Khirnov
2011-03-17 08:16:07 +01:00
parent b92c545282
commit 6dc7d80de7
20 changed files with 53 additions and 48 deletions

View File

@@ -135,7 +135,7 @@ static int tcp_write_packet(AVFormatContext *s, RTSPStream *rtsp_st)
int size;
uint8_t *interleave_header, *interleaved_packet;
size = url_close_dyn_buf(rtpctx->pb, &buf);
size = avio_close_dyn_buf(rtpctx->pb, &buf);
ptr = buf;
while (size > 4) {
uint32_t packet_len = AV_RB32(ptr);