comparison stream/asf_streaming.c @ 25454:e2bbaf29e61e

Remove another useless cast
author reimar
date Fri, 21 Dec 2007 11:37:47 +0000
parents 7cde1324cf14
children d7e586404846
comparison
equal deleted inserted replaced
25453:7cde1324cf14 25454:e2bbaf29e61e
175 } 175 }
176 176
177 static int asf_streaming_parse_header(int fd, streaming_ctrl_t* streaming_ctrl) { 177 static int asf_streaming_parse_header(int fd, streaming_ctrl_t* streaming_ctrl) {
178 ASF_header_t asfh; 178 ASF_header_t asfh;
179 ASF_stream_chunck_t chunk; 179 ASF_stream_chunck_t chunk;
180 asf_http_streaming_ctrl_t* asf_ctrl = (asf_http_streaming_ctrl_t*) streaming_ctrl->data; 180 asf_http_streaming_ctrl_t* asf_ctrl = streaming_ctrl->data;
181 char* buffer=NULL, *chunk_buffer=NULL; 181 char* buffer=NULL, *chunk_buffer=NULL;
182 int i,r,size,pos = 0; 182 int i,r,size,pos = 0;
183 int start; 183 int start;
184 int buffer_size = 0; 184 int buffer_size = 0;
185 int chunk_size2read = 0; 185 int chunk_size2read = 0;