summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine.c
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-12-06 18:38:35 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-12-06 18:38:35 +0000
commit0afc8973c3b7c2ddbda3b5d31c9b0896c527e9ae (patch)
tree98f15f7c70eb05f60fabe26fa82ab8ac05809255 /src/xine-engine/xine.c
parente0f6429c017086031b6c9e265b6bfc1d3d52db09 (diff)
downloadxine-lib-0afc8973c3b7c2ddbda3b5d31c9b0896c527e9ae.tar.gz
xine-lib-0afc8973c3b7c2ddbda3b5d31c9b0896c527e9ae.tar.bz2
- add still frame hint
- improves playback on slower systems since we avoid false triggering of still frames and duplicating images CVS patchset: 3447 CVS date: 2002/12/06 18:38:35
Diffstat (limited to 'src/xine-engine/xine.c')
-rw-r--r--src/xine-engine/xine.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c
index 91c549aa2..6db978daa 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.197 2002/11/28 10:21:08 petli Exp $
+ * $Id: xine.c,v 1.198 2002/12/06 18:38:46 miguelfreitas Exp $
*
* top-level xine functions
*
@@ -295,7 +295,6 @@ xine_stream_t *xine_stream_new (xine_t *this,
stream->spu_channel = -1;
stream->video_out = vo;
stream->video_driver = vo->driver;
- stream->video_in_discontinuity = 0;
stream->video_channel = 0;
stream->video_decoder_plugin = NULL;
stream->video_decoder_streamtype = -1;