mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
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:
@@ -577,7 +577,6 @@ int parse_response(URL *url, void *opt, CSTATE *state)
|
||||
int hlen = 0, response;
|
||||
int meta_interval = 0, rval;
|
||||
int fd = url->fd;
|
||||
ID3 *id3 = (ID3*)opt;
|
||||
|
||||
memset(header, 0, 2048);
|
||||
ptr = header;
|
||||
@@ -672,6 +671,7 @@ int parse_response(URL *url, void *opt, CSTATE *state)
|
||||
getHeaderVal("icy-br:", state->bitrate);
|
||||
}
|
||||
#if 0
|
||||
ID3 *id3 = (ID3*)opt;
|
||||
/********************* dirty hack **********************/
|
||||
/* we parse the stream header sent by the server and */
|
||||
/* build based on this information an arteficial id3 */
|
||||
|
Reference in New Issue
Block a user