From a3a060c862eafe9e8e204a3d208a585457246879 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Wed, 23 Apr 2003 14:33:01 +0000 Subject: faster seeking (heavily based on Thibaut's patch) rework xine_play_internal, wait for first frame after seek CVS patchset: 4660 CVS date: 2003/04/23 14:33:01 --- src/xine-engine/video_out.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/xine-engine/video_out.h') diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h index 1c06eb75e..94b7403ed 100644 --- a/src/xine-engine/video_out.h +++ b/src/xine-engine/video_out.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: video_out.h,v 1.84 2003/04/20 21:13:25 guenter Exp $ + * $Id: video_out.h,v 1.85 2003/04/23 14:33:03 miguelfreitas Exp $ * * * xine version of video_out.h @@ -141,6 +141,7 @@ struct vo_frame_s { pthread_mutex_t mutex; /* protect access to lock_count */ int id; /* debugging - track this frame */ + int is_first; }; -- cgit v1.2.3