diff options
author | Thibaut Mattern <tmattern@users.sourceforge.net> | 2004-05-23 18:47:02 +0000 |
---|---|---|
committer | Thibaut Mattern <tmattern@users.sourceforge.net> | 2004-05-23 18:47:02 +0000 |
commit | 36049e4526d4c14e6728e158cb2ce6c92c49e3d4 (patch) | |
tree | 1009718001a0a986c3aec7d9610dd4e56335f818 /src | |
parent | b8874b98588f4ad0b8af0af591578cda2c38bb99 (diff) | |
download | xine-lib-36049e4526d4c14e6728e158cb2ce6c92c49e3d4.tar.gz xine-lib-36049e4526d4c14e6728e158cb2ce6c92c49e3d4.tar.bz2 |
Remove 2 added lines from the previous commit.
CVS patchset: 6584
CVS date: 2004/05/23 18:47:02
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-engine/xine.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c index c25468161..4d01f77ad 100644 --- a/src/xine-engine/xine.c +++ b/src/xine-engine/xine.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine.c,v 1.292 2004/05/23 18:41:57 tmattern Exp $ + * $Id: xine.c,v 1.293 2004/05/23 18:47:02 tmattern Exp $ */ /* @@ -288,7 +288,6 @@ static void __stop_internal (xine_stream_t *stream) { } /* make sure we're not in "paused" state */ - stream->ignore_speed_change = 1; __set_speed_internal (stream, XINE_SPEED_NORMAL); /* Don't change status if we're quitting */ @@ -336,7 +335,6 @@ static void __stop_internal (xine_stream_t *stream) { pthread_mutex_unlock (&stream->counter_lock); #endif } - stream->ignore_speed_change = 0; lprintf ("demux stopped\n"); lprintf ("done\n"); } |