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
f6247a0f
Commit
f6247a0f
authored
May 11, 2012
by
Hugo Beauzée-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dash: Remove now useless variables.
parent
b42d423a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
modules/stream_filter/dash/mpd/IsoffMainManager.cpp
modules/stream_filter/dash/mpd/IsoffMainManager.cpp
+0
-9
No files found.
modules/stream_filter/dash/mpd/IsoffMainManager.cpp
View file @
f6247a0f
...
...
@@ -135,9 +135,6 @@ Representation* IsoffMainManager::getRepresentation (Period *per
std
::
vector
<
AdaptationSet
*>
adaptationSets
=
period
->
getAdaptationSets
();
std
::
vector
<
Representation
*>
resMatchReps
;
int
lowerWidth
=
0
;
int
lowerHeight
=
0
;
for
(
size_t
i
=
0
;
i
<
adaptationSets
.
size
();
i
++
)
{
std
::
vector
<
Representation
*>
reps
=
adaptationSets
.
at
(
i
)
->
getRepresentations
();
...
...
@@ -145,12 +142,6 @@ Representation* IsoffMainManager::getRepresentation (Period *per
{
if
(
reps
.
at
(
j
)
->
getWidth
()
==
width
&&
reps
.
at
(
j
)
->
getHeight
()
==
height
)
resMatchReps
.
push_back
(
reps
.
at
(
j
));
if
(
reps
.
at
(
j
)
->
getHeight
()
<
height
)
{
lowerWidth
=
reps
.
at
(
j
)
->
getWidth
();
lowerHeight
=
reps
.
at
(
j
)
->
getHeight
();
}
}
}
...
...
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