mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
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:
@@ -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 }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user