driver/netfile.cpp: fix warning

Origin commit data
------------------
Branch: ni/coolstream
Commit: 73ebc90a1f
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-12-05 (Thu, 05 Dec 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2013-12-05 14:15:11 +04:00
parent 03ada2fc7a
commit aaed48bb57

View File

@@ -577,7 +577,6 @@ int parse_response(URL *url, void *opt, CSTATE *state)
int hlen = 0, response; int hlen = 0, response;
int meta_interval = 0, rval; int meta_interval = 0, rval;
int fd = url->fd; int fd = url->fd;
ID3 *id3 = (ID3*)opt;
memset(header, 0, 2048); memset(header, 0, 2048);
ptr = header; ptr = header;
@@ -672,6 +671,7 @@ int parse_response(URL *url, void *opt, CSTATE *state)
getHeaderVal("icy-br:", state->bitrate); getHeaderVal("icy-br:", state->bitrate);
} }
#if 0 #if 0
ID3 *id3 = (ID3*)opt;
/********************* dirty hack **********************/ /********************* dirty hack **********************/
/* we parse the stream header sent by the server and */ /* we parse the stream header sent by the server and */
/* build based on this information an arteficial id3 */ /* build based on this information an arteficial id3 */