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
4de7c37a
Commit
4de7c37a
authored
Jan 14, 2013
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ogg: clean header and remove unused members
parent
988a7f86
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
20 deletions
+5
-20
modules/demux/ogg.h
modules/demux/ogg.h
+5
-20
No files found.
modules/demux/ogg.h
View file @
4de7c37a
...
...
@@ -23,20 +23,11 @@
*****************************************************************************/
/*****************************************************************************
*
Preamble
*
Definitions of structures and functions used by this plugin
*****************************************************************************/
/*****************************************************************************
* Definitions of structures and functions used by this plugins
*****************************************************************************/
typedef
struct
oggseek_index_entry
demux_index_entry_t
;
typedef
struct
logical_stream_s
{
ogg_stream_state
os
;
/* logical stream of packets */
...
...
@@ -66,6 +57,7 @@ typedef struct logical_stream_s
/* Misc */
bool
b_reinit
;
int
i_granule_shift
;
/* Opus has a starting offset in the headers. */
int
i_pre_skip
;
/* Vorbis and Opus can trim the end of a stream using granule positions. */
...
...
@@ -91,11 +83,6 @@ typedef struct logical_stream_s
}
logical_stream_t
;
struct
demux_sys_t
{
ogg_sync_state
oy
;
/* sync and verify incoming physical bitstream */
...
...
@@ -131,8 +118,6 @@ struct demux_sys_t
/* current page being parsed */
ogg_page
current_page
;
mtime_t
i_st_pts
;
/* */
vlc_meta_t
*
p_meta
;
int
i_seekpoints
;
...
...
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