0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

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:
iive 2006-06-05 18:50:44 +00:00
parent 63784accb5
commit 2572417054

View File

@ -583,6 +583,8 @@ m_option_t msgl_config[]={
" muxer - muxer layer\n" " muxer - muxer layer\n"
" identify - identify output\n" " identify - identify output\n"
"\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, "\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
{NULL, NULL, 0, 0, 0, 0, NULL}
}; };
#ifdef WIN32 #ifdef WIN32