Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLC-iOS
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
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
Sergey
VLC-iOS
Commits
222fbbfe
Commit
222fbbfe
authored
Dec 13, 2017
by
Carola Nitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
VLCPlayerViewController: fix refactoring regression for setting filtervalues
parent
c3301c36
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Sources/VLCPlaybackController.m
Sources/VLCPlaybackController.m
+2
-2
No files found.
Sources/VLCPlaybackController.m
View file @
222fbbfe
...
...
@@ -523,7 +523,7 @@ typedef NS_ENUM(NSUInteger, VLCAspectRatio) {
-
(
void
)
setConstrast
:(
float
)
contrast
{
_mediaPlayer
.
hue
=
contrast
;
_mediaPlayer
.
contrast
=
contrast
;
}
-
(
float
)
brightness
...
...
@@ -569,7 +569,7 @@ typedef NS_ENUM(NSUInteger, VLCAspectRatio) {
_mediaPlayer
.
hue
=
0
.;
_mediaPlayer
.
contrast
=
1
.;
_mediaPlayer
.
brightness
=
1
.;
[
self
setBrightness
:
(
1
/
2
.)
];
[
self
setBrightness
:
1
.
];
_mediaPlayer
.
saturation
=
1
.;
_mediaPlayer
.
gamma
=
1
.;
}
...
...
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