Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
kairusds committed Aug 10, 2023
1 parent 5daa32f commit a29241f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ protected void onCreate(Bundle savedInstanceState){
super.onCreate(savedInstanceState);

setContentView(R.layout.activity_main);
init();

mLibVLC = new LibVLC(this, getOptions());
mMediaPlayer = new MediaPlayer(mLibVLC);
mMediaPlayer.setAudioOutput("opensles_android");
Expand Down

0 comments on commit a29241f

Please sign in to comment.