From 2336e860acb5891aeb4f68fecc6009587bc1e12b Mon Sep 17 00:00:00 2001 From: Thibaut Mattern Date: Sun, 23 Feb 2003 21:58:07 +0000 Subject: New function to unpause the engine at the end of the stream if needed. CVS patchset: 4270 CVS date: 2003/02/23 21:58:07 --- src/input/net_buf_ctrl.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/input/net_buf_ctrl.h b/src/input/net_buf_ctrl.h index 8f5f96570..59f866914 100644 --- a/src/input/net_buf_ctrl.h +++ b/src/input/net_buf_ctrl.h @@ -1,4 +1,4 @@ -/* +/* * Copyright (C) 2000-2002 the xine project * * This file is part of xine, a free video player. @@ -31,6 +31,8 @@ nbc_t *nbc_init (xine_stream_t *xine); void nbc_check_buffers (nbc_t *this); +void nbc_end_of_stream (nbc_t *this); + void nbc_close (nbc_t *this); void nbc_set_high_water_mark(nbc_t *this, int value); -- cgit v1.2.3