mirror of https://github.com/mpv-player/mpv
remove uneeded assert (common case at eof)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4772 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
64f3eca29d
commit
4707cff644
|
@ -216,7 +216,7 @@ m_config_pop(m_config_t* config) {
|
||||||
|
|
||||||
#ifdef MP_DEBUG
|
#ifdef MP_DEBUG
|
||||||
assert(config != NULL);
|
assert(config != NULL);
|
||||||
assert(config->cs_level > 0);
|
//assert(config->cs_level > 0);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if(config->config_stack[config->cs_level] != NULL) {
|
if(config->config_stack[config->cs_level] != NULL) {
|
||||||
|
|
Loading…
Reference in New Issue