From 642b9976902fd2f0a1fee435a52d999b79b25e96 Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 21 Dec 2007 11:37:47 +0000 Subject: Remove another useless cast git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25482 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/asf_streaming.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream') diff --git a/stream/asf_streaming.c b/stream/asf_streaming.c index 21e68ccfec..1e252c85be 100644 --- a/stream/asf_streaming.c +++ b/stream/asf_streaming.c @@ -177,7 +177,7 @@ static int max_idx(int s_count, int *s_rates, int bound) { 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; -- cgit v1.2.3