comparison stream/stream_rtp.c @ 25211:c1d17bd6683c

Mark all stream_info_t as const
author reimar
date Sun, 02 Dec 2007 13:22:53 +0000
parents d261f5109660
children a26e50cae389
comparison
equal deleted inserted replaced
25210:92204ff32b27 25211:c1d17bd6683c
101 fixup_network_stream_cache (stream); 101 fixup_network_stream_cache (stream);
102 102
103 return STREAM_OK; 103 return STREAM_OK;
104 } 104 }
105 105
106 stream_info_t stream_info_rtp = { 106 const stream_info_t stream_info_rtp = {
107 "MPEG over RTP streaming", 107 "MPEG over RTP streaming",
108 "rtp", 108 "rtp",
109 "Dave Chapman, Benjamin Zores", 109 "Dave Chapman, Benjamin Zores",
110 "native rtp support", 110 "native rtp support",
111 rtp_stream_open, 111 rtp_stream_open,