summaryrefslogtreecommitdiffstats
path: root/libmpdemux/http.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/http.c')
-rw-r--r--libmpdemux/http.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libmpdemux/http.c b/libmpdemux/http.c
index 6b122eda55..ce7738427a 100644
--- a/libmpdemux/http.c
+++ b/libmpdemux/http.c
@@ -166,7 +166,6 @@ static int scast_streaming_read(int fd, char *buffer, int size,
static int scast_streaming_start(stream_t *stream) {
int metaint;
- int fromhdr;
scast_data_t *scast_data;
HTTP_header_t *http_hdr = stream->streaming_ctrl->data;
int is_ultravox = strcasecmp(stream->streaming_ctrl->url->protocol, "unsv") == 0;
@@ -856,7 +855,6 @@ static int http_streaming_start(stream_t *stream, int* file_format) {
static int fixup_open(stream_t *stream,int seekable) {
HTTP_header_t *http_hdr = stream->streaming_ctrl->data;
int is_icy = http_hdr && http_get_field(http_hdr, "Icy-MetaInt");
- char *content_type = http_get_field( http_hdr, "Content-Type" );
int is_ultravox = strcasecmp(stream->streaming_ctrl->url->protocol, "unsv") == 0;
stream->type = STREAMTYPE_STREAM;