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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/xine/adjustable_scr.h b/xine/adjustable_scr.h
index 64e448cb..bbd19171 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.2 2012-03-22 11:30:02 phintuka Exp $
+ * $Id: adjustable_scr.h,v 1.3 2012-03-22 12:03:37 phintuka Exp $
*
*/
@@ -29,6 +29,7 @@ struct adjustable_scr_s {
void (*jump) (adjustable_scr_t *this, int pts);
void (*set_buffering) (adjustable_scr_t *this, int on);
+ void (*got_pcr) (adjustable_scr_t *this, int64_t pcr);
void (*dispose) (adjustable_scr_t *this);
};