mirror of
https://github.com/mpv-player/mpv
synced 2025-04-11 04:01:31 +00:00
In the good way this time, (1 and 0 was swaped 10*10^10l for me ;))
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4782 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3b8318ecd1
commit
4fd6e57d09
@ -472,7 +472,7 @@ play_tree_iter_step(play_tree_iter_t* iter, int d,int with_nodes) {
|
||||
}
|
||||
|
||||
if(iter->config && iter->entry_pushed > 0) {
|
||||
iter->entry_pushed=1;
|
||||
iter->entry_pushed = 0;
|
||||
m_config_pop(iter->config);
|
||||
}
|
||||
|
||||
@ -534,7 +534,7 @@ play_tree_iter_step(play_tree_iter_t* iter, int d,int with_nodes) {
|
||||
|
||||
if(iter->config) {
|
||||
play_tree_iter_push_params(iter);
|
||||
iter->entry_pushed=0;
|
||||
iter->entry_pushed = 1;
|
||||
}
|
||||
|
||||
return PLAY_TREE_ITER_ENTRY;
|
||||
|
Loading…
Reference in New Issue
Block a user