Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLC-iOS
Commits
f992f102
Commit
f992f102
authored
May 09, 2016
by
Felix Paul Kühne
3
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TV: recover S/PDIF state
parent
62e9b006
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
Sources/VLCPlaybackController.m
Sources/VLCPlaybackController.m
+6
-0
No files found.
Sources/VLCPlaybackController.m
View file @
f992f102
...
...
@@ -517,6 +517,12 @@ NSString *const VLCPlaybackControllerPlaybackPositionUpdated = @"VLCPlaybackCont
item
=
matches
.
firstObject
;
[
self
_recoverLastPlaybackStateOfItem
:
item
];
}
#else
NSUserDefaults
*
defaults
=
[
NSUserDefaults
standardUserDefaults
];
BOOL
bValue
=
[
defaults
boolForKey
:
kVLCSettingUseSPDIF
];
if
(
bValue
)
{
[
_mediaPlayer
performSelector
:
@selector
(
setPassthroughAudio
:)
withObject
:
@
(
bValue
)];
}
#endif
}
...
...
Felix Paul Kühne
@fkuehne
mentioned in commit
47f9dbb8
·
May 09, 2016
mentioned in commit
47f9dbb8
mentioned in commit 47f9dbb86952516dfbd2382d6fa361c8cfc87f85
Toggle commit list
Joe Brandenburg
@jburg0990
·
Sep 12, 2016
5e46e54e
https://code.videolan.org/videolan/vlc-ios/commit/5e46e54e27315861c8314ae0eefb76fc6f478145
Felix Paul Kühne
@fkuehne
·
Sep 12, 2016
Maintainer
yes?
yes?
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