stream_opts arrays should be const

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25270 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar
2007-12-02 21:37:08 +00:00
parent b8a403f124
commit dd2fcb4370
13 changed files with 13 additions and 13 deletions

View File

@@ -16,7 +16,7 @@ static struct stream_priv_s {
#define ST_OFF(f) M_ST_OFF(struct stream_priv_s,f)
// URL definition
static m_option_t stream_opts_fields[] = {
static const m_option_t stream_opts_fields[] = {
{ NULL, NULL, 0, 0, 0, 0, NULL }
};