Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
534
Issue boards
Milestones
Wiki
Code
Merge requests
11
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC-Android
Commits
f0f9fa9a
Commit
f0f9fa9a
authored
4 years ago
by
Alexandre Janniaux
Browse files
Options
Downloads
Patches
Plain Diff
libvlc: MediaPlayer: remove trailing characters
parent
9bb29c3c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!677
libvlc: update video surface from mediaplayer after vout events
Pipeline
#20527
passed with stage
in 27 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libvlc/src/org/videolan/libvlc/MediaPlayer.java
+1
-1
1 addition, 1 deletion
libvlc/src/org/videolan/libvlc/MediaPlayer.java
with
1 addition
and
1 deletion
libvlc/src/org/videolan/libvlc/MediaPlayer.java
+
1
−
1
View file @
f0f9fa9a
...
...
@@ -880,7 +880,7 @@ public class MediaPlayer extends VLCObject<MediaPlayer.Event> {
public
boolean
updateViewpoint
(
float
yaw
,
float
pitch
,
float
roll
,
float
fov
,
boolean
absolute
)
{
return
nativeUpdateViewpoint
(
yaw
,
pitch
,
roll
,
fov
,
absolute
);
}
/**
* Selects an audio output module.
* Any change will take effect only after playback is stopped and
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment