[MPlayer-cvslog] r25482 - trunk/stream/asf_streaming.c
reimar
subversion at mplayerhq.hu
Fri Dec 21 12:37:47 CET 2007
Author: reimar
Date: Fri Dec 21 12:37:47 2007
New Revision: 25482
Log:
Remove another useless cast
Modified:
trunk/stream/asf_streaming.c
Modified: trunk/stream/asf_streaming.c
==============================================================================
--- trunk/stream/asf_streaming.c (original)
+++ trunk/stream/asf_streaming.c Fri Dec 21 12:37:47 2007
@@ -177,7 +177,7 @@ static int max_idx(int s_count, int *s_r
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;
More information about the MPlayer-cvslog
mailing list