diff options
Diffstat (limited to 'xine/ts2es.h')
-rw-r--r-- | xine/ts2es.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xine/ts2es.h b/xine/ts2es.h index 8a5ab724..e009fc1c 100644 --- a/xine/ts2es.h +++ b/xine/ts2es.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: ts2es.h,v 1.1 2009-02-23 22:16:08 phintuka Exp $ + * $Id: ts2es.h,v 1.2 2009-08-18 10:04:32 phintuka Exp $ * */ @@ -14,7 +14,7 @@ typedef struct ts2es_s ts2es_t; ts2es_t *ts2es_init (fifo_buffer_t *dst_fifo, ts_stream_type stream_type, uint stream_index); -buf_element_t *ts2es_put (ts2es_t *ts2es, uint8_t *ts_packet); +buf_element_t *ts2es_put (ts2es_t *ts2es, uint8_t *ts_packet, fifo_buffer_t *src_fifo); void ts2es_flush (ts2es_t *ts2es); void ts2es_dispose (ts2es_t *ts2es); |