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
f3badede
Commit
f3badede
authored
Aug 23, 2012
by
Zoran Turalija
Committed by
Felix Paul Kühne
Aug 23, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx: Add Anaglyph 3D interface
Signed-off-by:
Felix Paul Kühne
<
fkuehne@videolan.org
>
parent
0ceaef7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
modules/gui/macosx/VideoEffects.m
modules/gui/macosx/VideoEffects.m
+2
-0
No files found.
modules/gui/macosx/VideoEffects.m
View file @
f3badede
...
...
@@ -140,6 +140,7 @@ static VLCVideoEffects *_o_sharedInstance = nil;
[
o_watereffect_ckb
setTitle
:
_NS
(
"Water effect"
)];
[
o_waves_ckb
setTitle
:
_NS
(
"Waves"
)];
[
o_psychedelic_ckb
setTitle
:
_NS
(
"Psychedelic"
)];
[
o_anaglyph_ckb
setTitle
:
_NS
(
"Anaglyph 3D"
)];
[
o_addtext_ckb
setTitle
:
_NS
(
"Add text"
)];
[
o_addtext_text_lbl
setStringValue
:
_NS
(
"Text"
)];
...
...
@@ -221,6 +222,7 @@ static VLCVideoEffects *_o_sharedInstance = nil;
[
o_watereffect_ckb
setState
:
(
NSInteger
)
strstr
(
psz_vfilters
,
"ripple"
)];
[
o_waves_ckb
setState
:
(
NSInteger
)
strstr
(
psz_vfilters
,
"wave"
)];
[
o_psychedelic_ckb
setState
:
(
NSInteger
)
strstr
(
psz_vfilters
,
"psychedelic"
)];
[
o_anaglyph_ckb
setState
:
(
NSInteger
)
strstr
(
psz_vfilters
,
"anaglyph"
)];
free
(
psz_vfilters
);
}
psz_vfilters
=
config_GetPsz
(
p_intf
,
"sub-source"
);
...
...
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