diff mplayer.c @ 22301:e4950f7dc165

Reset the edl_decision flag after the seek is done. Previously it affected every later seek (even in other files).
author uau
date Fri, 23 Feb 2007 01:53:09 +0000
parents 83375f3a276b
children cfae965793cb
line wrap: on
line diff
--- a/mplayer.c	Fri Feb 23 01:49:51 2007 +0000
+++ b/mplayer.c	Fri Feb 23 01:53:09 2007 +0000
@@ -3587,6 +3587,7 @@
   rel_seek_secs=0;
   abs_seek_pos=0;
   loop_seek=0;
+  edl_decision = 0;
 }
 
 #ifdef HAVE_NEW_GUI