Mercurial > mplayer.hg
diff stream/http.c @ 25211:c1d17bd6683c
Mark all stream_info_t as const
| author | reimar |
|---|---|
| date | Sun, 02 Dec 2007 13:22:53 +0000 |
| parents | 66f628d13442 |
| children | f42b8e689416 |
line wrap: on
line diff
--- a/stream/http.c Sun Dec 02 13:13:02 2007 +0000 +++ b/stream/http.c Sun Dec 02 13:22:53 2007 +0000 @@ -954,7 +954,7 @@ } -stream_info_t stream_info_http1 = { +const stream_info_t stream_info_http1 = { "http streaming", "null", "Bertrand, Albeau, Reimar Doeffinger, Arpi?", @@ -965,7 +965,7 @@ 0 // Urls are an option string }; -stream_info_t stream_info_http2 = { +const stream_info_t stream_info_http2 = { "http streaming", "null", "Bertrand, Albeu, Arpi? who?",
