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
3896a14b
Commit
3896a14b
authored
Nov 26, 2013
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
live555: remove read-only variable
parent
7696f44d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
modules/access/live555.cpp
modules/access/live555.cpp
+0
-12
No files found.
modules/access/live555.cpp
View file @
3896a14b
...
...
@@ -1197,7 +1197,6 @@ static int Demux( demux_t *p_demux )
TaskToken
task
;
bool
b_send_pcr
=
true
;
int64_t
i_pcr
=
0
;
int
i
;
/* Check if we need to send the server a Keep-A-Live signal */
...
...
@@ -1252,16 +1251,6 @@ static int Demux( demux_t *p_demux )
if
(
tk
->
b_asf
||
tk
->
b_muxed
)
b_send_pcr
=
false
;
#if 0
if( i_pcr == 0 )
{
i_pcr = tk->i_pts;
}
else if( tk->i_pts != 0 && i_pcr > tk->i_pts )
{
i_pcr = tk->i_pts ;
}
#endif
}
if
(
p_sys
->
i_pcr
>
0
)
{
...
...
@@ -1308,7 +1297,6 @@ static int Demux( demux_t *p_demux )
tk
->
f_npt
=
0.
;
p_sys
->
i_pcr
=
0
;
p_sys
->
f_npt
=
0.
;
i_pcr
=
0
;
}
}
...
...
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