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
e60a6a88
Commit
e60a6a88
authored
Jun 16, 2013
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Movie View: remove useless hack
parent
b006dc90
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
AspenProject/VLCMovieViewController.m
AspenProject/VLCMovieViewController.m
+0
-4
No files found.
AspenProject/VLCMovieViewController.m
View file @
e60a6a88
...
...
@@ -326,10 +326,6 @@
[
_mediaPlayer
play
];
/* fallback if an invalid duration was reported by MLKit */
if
(
self
.
mediaItem
.
duration
.
intValue
==
0
&&
self
.
mediaItem
.
lastPosition
&&
[
self
.
mediaItem
.
lastPosition
floatValue
]
<
.
95
)
[
_mediaPlayer
setPosition
:[
self
.
mediaItem
.
lastPosition
floatValue
]];
self
.
playbackSpeedSlider
.
value
=
[
self
_playbackSpeed
];
[
self
_updatePlaybackSpeedIndicator
];
...
...
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