From 3b51c7c00f8fb5c0b74c962f3d7f4ca19e3c23d6 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Sat, 1 Feb 2003 19:22:30 +0000 Subject: adding flush-mode so seek() and play() work for video processing (enix) CVS patchset: 4080 CVS date: 2003/02/01 19:22:30 --- 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 c52b9e45c..5b96e510c 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.80 2003/01/11 19:06:53 guenter Exp $ + * $Id: video_out.h,v 1.81 2003/02/01 19:22:31 guenter Exp $ * * * xine version of video_out.h @@ -172,6 +172,7 @@ struct xine_video_port_s { /* flush video_out fifo */ void (*flush) (xine_video_port_t *this); + void (*set_flush_mode) (xine_video_port_t *this, int flush_mode); /* return true if port is opened for this stream */ int (*status) (xine_video_port_t *this, xine_stream_t *stream, -- cgit v1.2.3