mirror of https://github.com/mpv-player/mpv
Adds missing NULL last entry to msgl_config
patch by Bryan Alton < balton at eircom dot net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18583 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
63784accb5
commit
2572417054
|
@ -583,6 +583,8 @@ m_option_t msgl_config[]={
|
|||
" muxer - muxer layer\n"
|
||||
" identify - identify output\n"
|
||||
"\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
|
||||
{NULL, NULL, 0, 0, 0, 0, NULL}
|
||||
|
||||
};
|
||||
|
||||
#ifdef WIN32
|
||||
|
|
Loading…
Reference in New Issue