summaryrefslogtreecommitdiffstats
path: root/stream/stream_udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_udp.c')
-rw-r--r--stream/stream_udp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_udp.c b/stream/stream_udp.c
index 27028f3184..c448d88a97 100644
--- a/stream/stream_udp.c
+++ b/stream/stream_udp.c
@@ -95,7 +95,7 @@ udp_stream_open (stream_t *stream, int mode, void *opts, int *file_format)
return STREAM_OK;
}
-stream_info_t stream_info_udp = {
+const stream_info_t stream_info_udp = {
"MPEG over UDP streaming",
"udp",
"Dave Chapman, Benjamin Zores",