Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
6d4e9224
Commit
6d4e9224
authored
Jul 17, 2008
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx: Fix motionblur and zoom in extended panel.
parent
76ab4696
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
modules/gui/macosx/extended.m
modules/gui/macosx/extended.m
+2
-1
No files found.
modules/gui/macosx/extended.m
View file @
6d4e9224
...
...
@@ -117,6 +117,7 @@ static VLCExtended *_o_sharedInstance = nil;
[
o_ckb_imgClone
setState
:
(
int
)
strstr
(
psz_vfilters
,
"clone"
)];
[
o_ckb_imgCrop
setState
:
(
int
)
strstr
(
psz_vfilters
,
"crop"
)];
[
o_ckb_trnsform
setState
:
(
int
)
strstr
(
psz_vfilters
,
"transform"
)];
[
o_ckb_intZoom
setState
:
(
int
)
strstr
(
psz_vfilters
,
"magnify"
)];
free
(
psz_vfilters
);
}
...
...
@@ -478,7 +479,7 @@ static VLCExtended *_o_sharedInstance = nil;
{
/* en-/disable video filters */
if
(
sender
==
o_ckb_blur
)
[
self
changeV
out
FiltersString
:
"motionblur"
onOrOff
:
[
o_ckb_blur
state
]];
[
self
changeV
ideo
FiltersString
:
"motionblur"
onOrOff
:
[
o_ckb_blur
state
]];
else
if
(
sender
==
o_ckb_imgClone
)
[
self
changeVoutFiltersString
:
"clone"
onOrOff
:
[
o_ckb_imgClone
state
]];
...
...
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