Reset the edl_decision flag after the seek is done.

Previously it affected every later seek (even in other files).


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22319 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
uau 2007-02-23 01:53:09 +00:00
parent 19e430af9a
commit 06160ed2c5
1 changed files with 1 additions and 0 deletions

View File

@ -3587,6 +3587,7 @@ if(rel_seek_secs || abs_seek_pos){
rel_seek_secs=0;
abs_seek_pos=0;
loop_seek=0;
edl_decision = 0;
}
#ifdef HAVE_NEW_GUI