Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
b1c07e97
Commit
b1c07e97
authored
Jan 28, 2014
by
Tristan Matthews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
demux: ogg: remove unused variable
parent
49235e26
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
modules/demux/ogg.c
modules/demux/ogg.c
+1
-2
No files found.
modules/demux/ogg.c
View file @
b1c07e97
...
...
@@ -963,7 +963,7 @@ static void Ogg_DecodePacket( demux_t *p_demux,
block_t
*
p_block
;
bool
b_selected
;
int
i_header_len
=
0
;
mtime_t
i_pts
=
VLC_TS_UNKNOWN
,
i_interpolated_pts
;
mtime_t
i_pts
=
VLC_TS_UNKNOWN
;
demux_sys_t
*
p_ogg
=
p_demux
->
p_sys
;
if
(
p_oggpacket
->
bytes
>=
7
&&
...
...
@@ -1133,7 +1133,6 @@ static void Ogg_DecodePacket( demux_t *p_demux,
}
/* Convert the granulepos into the next pcr */
i_interpolated_pts
=
p_stream
->
i_interpolated_pcr
;
Ogg_UpdatePCR
(
p_demux
,
p_stream
,
p_oggpacket
);
if
(
p_stream
->
fmt
.
i_codec
!=
VLC_CODEC_VORBIS
&&
...
...
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