[vlc-commits] demux: ts: remove old struct
Francois Cartegnie
git at videolan.org
Wed Mar 25 23:08:55 CET 2015
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed Mar 25 23:01:12 2015 +0100| [cb3db8092e5ce3e0e2f87d4003b7c7215519172f] | committer: Francois Cartegnie
demux: ts: remove old struct
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cb3db8092e5ce3e0e2f87d4003b7c7215519172f
---
modules/demux/ts.c | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/modules/demux/ts.c b/modules/demux/ts.c
index 75f0dc5..9a10ca8 100644
--- a/modules/demux/ts.c
+++ b/modules/demux/ts.c
@@ -314,21 +314,6 @@ typedef enum
TS_PMT_REGISTRATION_HDMV
} ts_pmt_registration_type_t;
-typedef struct
-{
- es_format_t fmt;
- es_out_id_t *id;
- ts_es_data_type_t data_type;
- int i_data_size;
- int i_data_gathered;
- block_t *p_data;
- block_t **pp_last;
-
- es_mpeg4_descriptor_t *p_mpeg4desc;
-
- block_t * p_prepcr_outqueue;
-} ts_es_t;
-
typedef enum
{
TYPE_FREE = 0,
More information about the vlc-commits
mailing list