diff stream/stream_livedotcom.c @ 25211:c1d17bd6683c

Mark all stream_info_t as const
author reimar
date Sun, 02 Dec 2007 13:22:53 +0000
parents d261f5109660
children
line wrap: on
line diff
--- a/stream/stream_livedotcom.c	Sun Dec 02 13:13:02 2007 +0000
+++ b/stream/stream_livedotcom.c	Sun Dec 02 13:22:53 2007 +0000
@@ -96,7 +96,7 @@
 }
 
 
-stream_info_t stream_info_rtsp_sip = {
+const stream_info_t stream_info_rtsp_sip = {
   "standard RTSP and SIP",
   "RTSP and SIP",
   "Ross Finlayson",
@@ -107,7 +107,7 @@
   0 // Urls are an option string
 };
 
-stream_info_t stream_info_sdp = {
+const stream_info_t stream_info_sdp = {
   "SDP stream descriptor",
   "SDP",
   "Ross Finlayson",