summaryrefslogtreecommitdiff
path: root/xine_frontend.h
diff options
context:
space:
mode:
Diffstat (limited to 'xine_frontend.h')
-rw-r--r--xine_frontend.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xine_frontend.h b/xine_frontend.h
index 2deb4e1e..541cdf37 100644
--- a/xine_frontend.h
+++ b/xine_frontend.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: xine_frontend.h,v 1.20 2009-12-29 13:45:54 phintuka Exp $
+ * $Id: xine_frontend.h,v 1.20.2.1 2011-02-25 00:46:49 phintuka Exp $
*
*/
@@ -104,7 +104,7 @@ struct frontend_s {
/* Data transfer VDR -> frontend/xine */
int (*xine_osd_command)(frontend_t*, struct osd_command_s *cmd);
int (*xine_control)(frontend_t*, const char *cmd);
- int (*xine_queue_pes_packet)(frontend_t*, const char *data, int len);
+ int (*xine_queue_pes_packet)(frontend_t*, uint64_t pos, const char *data, int len);
char *(*grab)(frontend_t*, int *size, int jpeg, int quality,
int width, int height);