diff options
author | Thibaut Mattern <tmattern@users.sourceforge.net> | 2003-02-23 21:58:07 +0000 |
---|---|---|
committer | Thibaut Mattern <tmattern@users.sourceforge.net> | 2003-02-23 21:58:07 +0000 |
commit | 2336e860acb5891aeb4f68fecc6009587bc1e12b (patch) | |
tree | 880c1709a100c2f1ce785c4a8a04f989048dc9a7 /src | |
parent | b8e453e1fc7838acaf36c573e001077fd9cc8de9 (diff) | |
download | xine-lib-2336e860acb5891aeb4f68fecc6009587bc1e12b.tar.gz xine-lib-2336e860acb5891aeb4f68fecc6009587bc1e12b.tar.bz2 |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/input/net_buf_ctrl.h | 4 |
1 files changed, 3 insertions, 1 deletions
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); |