comparison stream/stream_udp.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
93 fixup_network_stream_cache (stream); 93 fixup_network_stream_cache (stream);
94 94
95 return STREAM_OK; 95 return STREAM_OK;
96 } 96 }
97 97
98 stream_info_t stream_info_udp = { 98 const stream_info_t stream_info_udp = {
99 "MPEG over UDP streaming", 99 "MPEG over UDP streaming",
100 "udp", 100 "udp",
101 "Dave Chapman, Benjamin Zores", 101 "Dave Chapman, Benjamin Zores",
102 "native udp support", 102 "native udp support",
103 udp_stream_open, 103 udp_stream_open,