summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine_internal.h
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-10-22 17:10:20 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-10-22 17:10:20 +0000
commit281d2f5ebe47b9b0cad4c5167f63d38a47a5f64f (patch)
treebc8cf179b1f7eebdc11b8bf3e66fba58dd36c22d /src/xine-engine/xine_internal.h
parent6431c857a1de186f1f73238cb42a7120db27e11a (diff)
downloadxine-lib-281d2f5ebe47b9b0cad4c5167f63d38a47a5f64f.tar.gz
xine-lib-281d2f5ebe47b9b0cad4c5167f63d38a47a5f64f.tar.bz2
added xine_is_stream_seekable function, minor code cleanups
CVS patchset: 858 CVS date: 2001/10/22 17:10:20
Diffstat (limited to 'src/xine-engine/xine_internal.h')
-rw-r--r--src/xine-engine/xine_internal.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h
index 8582793b1..9985d521e 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.51 2001/10/20 02:01:51 guenter Exp $
+ * $Id: xine_internal.h,v 1.52 2001/10/22 17:10:21 guenter Exp $
*
*/
@@ -318,6 +318,12 @@ void xine_select_spu_channel (xine_t *this, int channel);
void xine_get_spu_lang (xine_t *this, char *str);
/*
+ * check if the stream is seekable (at the moment)
+ */
+
+int xine_is_stream_seekable (xine_t *this);
+
+/*
* exit xine
*/
void xine_exit (xine_t *this);