]> git.sesse.net Git - vlc/commitdiff
demux: ts: remove old struct
authorFrancois Cartegnie <fcvlcdev@free.fr>
Wed, 25 Mar 2015 22:01:12 +0000 (23:01 +0100)
committerFrancois Cartegnie <fcvlcdev@free.fr>
Wed, 25 Mar 2015 22:08:28 +0000 (23:08 +0100)
modules/demux/ts.c

index 75f0dc594339204e01949915f533bb76b80b0873..9a10ca87cfc89d3c60c692866cca44f040e81e28 100644 (file)
@@ -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,