Skip to content
Snippets Groups Projects
Commit f0f9fa9a authored by Alexandre Janniaux's avatar Alexandre Janniaux
Browse files

libvlc: MediaPlayer: remove trailing characters

parent 9bb29c3c
No related branches found
No related tags found
1 merge request!677libvlc: update video surface from mediaplayer after vout events
Pipeline #20527 passed with stage
in 27 minutes and 7 seconds
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment