changeset 25454:e2bbaf29e61e

Remove another useless cast
author reimar
date Fri, 21 Dec 2007 11:37:47 +0000
parents 7cde1324cf14
children 4120fe275a0f
files stream/asf_streaming.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/stream/asf_streaming.c	Fri Dec 21 11:34:04 2007 +0000
+++ b/stream/asf_streaming.c	Fri Dec 21 11:37:47 2007 +0000
@@ -177,7 +177,7 @@
 static int asf_streaming_parse_header(int fd, streaming_ctrl_t* streaming_ctrl) {
   ASF_header_t asfh;
   ASF_stream_chunck_t chunk;
-  asf_http_streaming_ctrl_t* asf_ctrl = (asf_http_streaming_ctrl_t*) streaming_ctrl->data;
+  asf_http_streaming_ctrl_t* asf_ctrl = streaming_ctrl->data;
   char* buffer=NULL, *chunk_buffer=NULL;
   int i,r,size,pos = 0;
   int start;