summaryrefslogtreecommitdiffstats
path: root/stream/stream_radio.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-13 12:34:42 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-13 12:34:42 +0000
commit6f616c316dbdea9ed273cf996aab0e502d24e220 (patch)
tree2f7c6d2151a33d7496d21285609bf08236fd5911 /stream/stream_radio.c
parent62b89eb60a43192589f7a2f24622d533ea617c18 (diff)
downloadmpv-6f616c316dbdea9ed273cf996aab0e502d24e220.tar.bz2
mpv-6f616c316dbdea9ed273cf996aab0e502d24e220.tar.xz
stream_opts should be const
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25719 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/stream_radio.c')
-rw-r--r--stream/stream_radio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_radio.c b/stream/stream_radio.c
index 7ca3424b25..85607f6fa9 100644
--- a/stream/stream_radio.c
+++ b/stream/stream_radio.c
@@ -147,7 +147,7 @@ static const m_option_t stream_opts_fields[] = {
{ NULL, NULL, 0, 0, 0, 0, NULL }
};
-static struct m_struct_st stream_opts = {
+static const struct m_struct_st stream_opts = {
"radio",
sizeof(radio_param_t),
&stream_radio_defaults,