Downgraded LibVLC library to fix black screen bug on certain devices

This commit is contained in:
Daniele
2021-10-24 13:57:39 +02:00
parent 3c37c50843
commit 505f8bf54b
6 changed files with 9 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ import android.widget.LinearLayout;
import androidx.fragment.app.Fragment;
import org.videolan.libvlc.interfaces.IVLCVout;
import org.videolan.libvlc.IVLCVout;
import org.videolan.libvlc.LibVLC;
import org.videolan.libvlc.Media;
import org.videolan.libvlc.MediaPlayer;