Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
8c2c3ac8
Commit
8c2c3ac8
authored
Jun 12, 2015
by
Francois Cartegnie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
demux: mp4: remove unused members
parent
dc526f0a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
modules/demux/mp4/mp4.c
modules/demux/mp4/mp4.c
+0
-1
modules/demux/mp4/mp4.h
modules/demux/mp4/mp4.h
+0
-4
No files found.
modules/demux/mp4/mp4.c
View file @
8c2c3ac8
...
...
@@ -109,7 +109,6 @@ struct demux_sys_t
asf_packet_sys_t
asfpacketsys
;
uint64_t
i_preroll
;
/* foobar */
int64_t
i_preroll_start
;
mp4_track_t
*
p_current_track
;
/* avoids matching stream_number */
};
/*****************************************************************************
...
...
modules/demux/mp4/mp4.h
View file @
8c2c3ac8
...
...
@@ -90,7 +90,6 @@ typedef struct
/* more internal data */
uint32_t
i_timescale
;
/* time scale for this track only */
uint16_t
current_qid
;
/* Smooth Streaming quality level ID */
/* elst */
int
i_elst
;
/* current elst */
...
...
@@ -124,11 +123,8 @@ typedef struct
MP4_Box_t
*
p_stsd
;
/* will contain all data to initialize decoder */
MP4_Box_t
*
p_sample
;
/* point on actual sdsd */
bool
b_drms
;
bool
b_has_non_empty_cchunk
;
bool
b_codec_need_restart
;
void
*
p_drms
;
MP4_Box_t
*
p_skcr
;
mtime_t
i_time
;
// track scaled
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment