comparison libmpdemux/realrtsp/rtsp_session.c @ 13187:ec342714b8a9

small fixes
author rathann
date Sat, 28 Aug 2004 20:56:56 +0000
parents 096072d234c6
children 929af3b49c8e
comparison
equal deleted inserted replaced
13186:c70e7ad9ef7c 13187:ec342714b8a9
166 166
167 memcpy(dest, source, fill); 167 memcpy(dest, source, fill);
168 to_copy -= fill; 168 to_copy -= fill;
169 dest += fill; 169 dest += fill;
170 this->recv_read = 0; 170 this->recv_read = 0;
171 this->recv_size = real_get_rdt_chunk (this->s, &(this->recv)); 171 this->recv_size = real_get_rdt_chunk (this->s, (char **)&(this->recv));
172 source = this->recv; 172 source = this->recv;
173 fill = this->recv_size; 173 fill = this->recv_size;
174 174
175 if (this->recv_size == 0) { 175 if (this->recv_size == 0) {
176 #ifdef LOG 176 #ifdef LOG