diff options
author | cvs2svn <admin@example.com> | 2010-02-14 12:53:07 +0000 |
---|---|---|
committer | cvs2svn <admin@example.com> | 2010-02-14 12:53:07 +0000 |
commit | 038a1d31955a315b5fdf8cee142623226ac3e48e (patch) | |
tree | bceeb16f00f4e73f602a56285093d897052d0063 /xine/ts2es.h | |
parent | 56b10fbbe13a6eb219f41da6d8a78a37d15bd378 (diff) | |
download | xineliboutput-branch-1_o_x.tar.gz xineliboutput-branch-1_o_x.tar.bz2 |
This commit was manufactured by cvs2svn to create branch 'branch-1_o_x'.branch-1_o_x
Diffstat (limited to 'xine/ts2es.h')
-rw-r--r-- | xine/ts2es.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/xine/ts2es.h b/xine/ts2es.h deleted file mode 100644 index e009fc1c..00000000 --- a/xine/ts2es.h +++ /dev/null @@ -1,21 +0,0 @@ -/* - * ts2es.h: demux MPEG-TS -> ES - * - * See the main source file 'xineliboutput.c' for copyright information and - * how to reach the author. - * - * $Id: ts2es.h,v 1.2 2009-08-18 10:04:32 phintuka Exp $ - * - */ - -#ifndef _DEMUX_XVDR_TS2ES_H_ -#define _DEMUX_XVDR_TS2ES_H_ - -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, fifo_buffer_t *src_fifo); -void ts2es_flush (ts2es_t *ts2es); -void ts2es_dispose (ts2es_t *ts2es); - -#endif /* _DEMUX_XVDR_TS2ES_H_ */ |