diff options
author | phintuka <phintuka> | 2011-02-25 00:46:49 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2011-02-25 00:46:49 +0000 |
commit | f82a94b4389c6f20e6cafb258528a1452785ddfd (patch) | |
tree | be2595087c4849dad837d00ceaa16d62909e1aca | |
parent | 2a9cd5b74a847780b3d8a3cf44eacce89315fd20 (diff) | |
download | xineliboutput-unlabeled-1.20.2.tar.gz xineliboutput-unlabeled-1.20.2.tar.bz2 |
Merge: Added position to xine_queue_pes_packet()unlabeled-1.20.2
-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 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); |