diff options
Diffstat (limited to 'xine_frontend.h')
-rw-r--r-- | xine_frontend.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xine_frontend.h b/xine_frontend.h index 6aee00a4..86106c59 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.3 2006-06-04 11:00:04 phintuka Exp $ + * $Id: xine_frontend.h,v 1.4 2006-08-16 21:46:34 phintuka Exp $ * */ @@ -81,7 +81,7 @@ struct frontend_s { void (*fe_free)(frontend_t*); /* Data transfer */ - int (*xine_is_finished)(frontend_t*); + int (*xine_is_finished)(frontend_t*, int slave_stream); 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); |