From 0afc8973c3b7c2ddbda3b5d31c9b0896c527e9ae Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Fri, 6 Dec 2002 18:38:35 +0000 Subject: - 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 --- src/xine-engine/xine_internal.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/xine-engine/xine_internal.h') diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h index 013bff436..6d8373bab 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.113 2002/11/20 11:57:50 mroi Exp $ + * $Id: xine_internal.h,v 1.114 2002/12/06 18:38:49 miguelfreitas Exp $ * */ @@ -152,7 +152,6 @@ struct xine_stream_s { pthread_t video_thread; video_decoder_t *video_decoder_plugin; int video_decoder_streamtype; - int video_in_discontinuity; int video_channel; xine_audio_port_t *audio_out; -- cgit v1.2.3