summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
Diffstat (limited to 'stream')
-rw-r--r--stream/asf_streaming.c1
-rw-r--r--stream/open.c1
-rw-r--r--stream/stream_cue.c1
-rw-r--r--stream/stream_nemesi.c1
-rw-r--r--stream/stream_radio.c1
5 files changed, 0 insertions, 5 deletions
diff --git a/stream/asf_streaming.c b/stream/asf_streaming.c
index 782c5b3dce..df93352388 100644
--- a/stream/asf_streaming.c
+++ b/stream/asf_streaming.c
@@ -871,4 +871,3 @@ const stream_info_t stream_info_asf = {
NULL,
0 // Urls are an option string
};
-
diff --git a/stream/open.c b/stream/open.c
index b14d37d562..c207516184 100644
--- a/stream/open.c
+++ b/stream/open.c
@@ -62,4 +62,3 @@ if(!filename) {
return open_stream_full(filename,STREAM_READ,options,file_format);
}
-
diff --git a/stream/stream_cue.c b/stream/stream_cue.c
index 6bddab7c9e..29139e74e8 100644
--- a/stream/stream_cue.c
+++ b/stream/stream_cue.c
@@ -617,4 +617,3 @@ const stream_info_t stream_info_cue = {
&stream_opts,
1 // Urls are an option string
};
-
diff --git a/stream/stream_nemesi.c b/stream/stream_nemesi.c
index 8333ba75ba..7cc4ccafa5 100644
--- a/stream/stream_nemesi.c
+++ b/stream/stream_nemesi.c
@@ -77,4 +77,3 @@ const stream_info_t stream_info_rtsp = {
NULL,
0 /* Urls are an option string */
};
-
diff --git a/stream/stream_radio.c b/stream/stream_radio.c
index 49d75090a9..76088d180e 100644
--- a/stream/stream_radio.c
+++ b/stream/stream_radio.c
@@ -1263,4 +1263,3 @@ const stream_info_t stream_info_radio = {
&stream_opts,
1 // Urls are an option string
};
-