Commit 8c2c3ac8 authored by Francois Cartegnie's avatar Francois Cartegnie

demux: mp4: remove unused members

parent dc526f0a
...@@ -109,7 +109,6 @@ struct demux_sys_t ...@@ -109,7 +109,6 @@ struct demux_sys_t
asf_packet_sys_t asfpacketsys; asf_packet_sys_t asfpacketsys;
uint64_t i_preroll; /* foobar */ uint64_t i_preroll; /* foobar */
int64_t i_preroll_start; int64_t i_preroll_start;
mp4_track_t *p_current_track; /* avoids matching stream_number */
}; };
/***************************************************************************** /*****************************************************************************
......
...@@ -90,7 +90,6 @@ typedef struct ...@@ -90,7 +90,6 @@ typedef struct
/* more internal data */ /* more internal data */
uint32_t i_timescale; /* time scale for this track only */ uint32_t i_timescale; /* time scale for this track only */
uint16_t current_qid; /* Smooth Streaming quality level ID */
/* elst */ /* elst */
int i_elst; /* current elst */ int i_elst; /* current elst */
...@@ -124,11 +123,8 @@ typedef struct ...@@ -124,11 +123,8 @@ typedef struct
MP4_Box_t *p_stsd; /* will contain all data to initialize decoder */ MP4_Box_t *p_stsd; /* will contain all data to initialize decoder */
MP4_Box_t *p_sample;/* point on actual sdsd */ MP4_Box_t *p_sample;/* point on actual sdsd */
bool b_drms;
bool b_has_non_empty_cchunk; bool b_has_non_empty_cchunk;
bool b_codec_need_restart; bool b_codec_need_restart;
void *p_drms;
MP4_Box_t *p_skcr;
mtime_t i_time; // track scaled mtime_t i_time; // track scaled
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment