summaryrefslogtreecommitdiff
path: root/xine/adjustable_scr.h
diff options
context:
space:
mode:
Diffstat (limited to 'xine/adjustable_scr.h')
-rw-r--r--xine/adjustable_scr.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/xine/adjustable_scr.h b/xine/adjustable_scr.h
index 61707684..64e448cb 100644
--- a/xine/adjustable_scr.h
+++ b/xine/adjustable_scr.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: adjustable_scr.h,v 1.1 2008-12-03 22:50:04 phintuka Exp $
+ * $Id: adjustable_scr.h,v 1.2 2012-03-22 11:30:02 phintuka Exp $
*
*/
@@ -28,6 +28,8 @@ struct adjustable_scr_s {
void (*set_speed_base) (adjustable_scr_t *this, int hz);
void (*jump) (adjustable_scr_t *this, int pts);
+ void (*set_buffering) (adjustable_scr_t *this, int on);
+
void (*dispose) (adjustable_scr_t *this);
};