From cb3db8092e5ce3e0e2f87d4003b7c7215519172f Mon Sep 17 00:00:00 2001 From: Francois Cartegnie Date: Wed, 25 Mar 2015 23:01:12 +0100 Subject: [PATCH] demux: ts: remove old struct --- modules/demux/ts.c | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/modules/demux/ts.c b/modules/demux/ts.c index 75f0dc5943..9a10ca87cf 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, -- 2.39.2