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
d0c2a91d
Commit
d0c2a91d
authored
Jul 12, 2014
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx: fix run-time exception
(cherry picked from commit 79c5b0cdfe74e38ebf0f234afccf5b085ed5771b)
parent
1dfa595d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
modules/gui/macosx/TrackSynchronization.m
modules/gui/macosx/TrackSynchronization.m
+4
-4
No files found.
modules/gui/macosx/TrackSynchronization.m
View file @
d0c2a91d
/*****************************************************************************
* TrackSynchronization.m: MacOS X interface module
*****************************************************************************
* Copyright (C) 2011-201
2
VLC authors and VideoLAN
* Copyright (C) 2011-201
2
Felix Paul Kühne
* Copyright (C) 2011-201
4
VLC authors and VideoLAN
* Copyright (C) 2011-201
4
Felix Paul Kühne
* $Id$
*
* Authors: Felix Paul Kühne <fkuehne -at- videolan -dot- org>
...
...
@@ -24,9 +24,9 @@
#import "CompatibilityFixes.h"
#import "intf.h"
#import "VideoEffects.h"
#import <vlc_common.h>
#import "TrackSynchronization.h"
#import "CoreInteraction.h"
#define SUBSDELAY_CFG_MODE "subsdelay-mode"
#define SUBSDELAY_CFG_FACTOR "subsdelay-factor"
...
...
@@ -218,7 +218,7 @@ static VLCTrackSynchronization *_o_sharedInstance = nil;
var_SetFloat
(
p_obj
,
SUBSDELAY_CFG_FACTOR
,
f_factor
);
vlc_object_release
(
p_obj
);
}
[[
VLC
VideoEffects
sharedInstance
]
setVideoFilter
:
"subsdelay"
on
:
f_factor
>
0
];
[[
VLC
CoreInteraction
sharedInstance
]
setVideoFilter
:
"subsdelay"
on
:
f_factor
>
0
];
vlc_object_release
(
p_input
);
}
...
...
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