diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2004-03-23 22:54:31 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2004-03-23 22:54:31 +0000 |
commit | 701dd25135865dde571b1286109566ad3d74895f (patch) | |
tree | 85913640ae36ed528d3fc354b7d26a98e0690fed /src/xine-engine/xine_internal.h | |
parent | 7a53c78e7c76c396a534e32fb75952192865ed16 (diff) | |
download | xine-lib-701dd25135865dde571b1286109566ad3d74895f.tar.gz xine-lib-701dd25135865dde571b1286109566ad3d74895f.tar.bz2 |
Ignore speed change in nbc during xine_stop() to avid deadlocks.
CVS patchset: 6305
CVS date: 2004/03/23 22:54:31
Diffstat (limited to 'src/xine-engine/xine_internal.h')
-rw-r--r-- | src/xine-engine/xine_internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h index 7953fd8cf..7638939e5 100644 --- a/src/xine-engine/xine_internal.h +++ b/src/xine-engine/xine_internal.h @@ -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_internal.h,v 1.154 2004/02/12 18:19:00 mroi Exp $ + * $Id: xine_internal.h,v 1.155 2004/03/23 22:54:32 valtri Exp $ * */ @@ -239,6 +239,7 @@ struct xine_stream_s { /* these are private variables, plugins must not access them */ int status; + int ignore_speed_change; /* speed changes during stop can be disastrous */ input_class_t *eject_class; demux_plugin_t *demux_plugin; |