Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLC-iOS
Commits
e26241fc
Commit
e26241fc
authored
May 26, 2015
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
playback: remove hack (closes #14688)
(cherry picked from commit
afa7c7f2
)
parent
72d7f763
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
Sources/VLCPlaybackController.m
Sources/VLCPlaybackController.m
+1
-3
No files found.
Sources/VLCPlaybackController.m
View file @
e26241fc
...
...
@@ -1079,10 +1079,8 @@ static inline NSArray * RemoteCommandCenterCommandsToHandle(MPRemoteCommandCente
}
if
(
_mediaPlayer
.
numberOfVideoTracks
>
0
)
{
/* re-enable video decoding and reset position once done */
float
position
=
_mediaPlayer
.
position
;
/* re-enable video decoding */
_mediaPlayer
.
currentVideoTrackIndex
=
1
;
_mediaPlayer
.
position
=
position
;
}
if
(
_shouldResumePlaying
)
{
...
...
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