mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-19 11:03:01 +00:00
Add large heap attribute. Fix a warning
This commit is contained in:
parent
524cab4115
commit
7cebdea25c
@ -12,6 +12,7 @@
|
||||
<uses-permission android:name="android.permission.RECORD_AUDIO" />
|
||||
|
||||
<application
|
||||
android:largeHeap="true"
|
||||
android:allowBackup="true"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
|
@ -20,7 +20,6 @@ import com.limelight.nvstream.av.video.AvVideoPacket;
|
||||
import jlibrtp.Participant;
|
||||
import jlibrtp.RTPSession;
|
||||
|
||||
import android.content.ComponentCallbacks2;
|
||||
import android.media.MediaCodec;
|
||||
import android.media.MediaCodec.BufferInfo;
|
||||
import android.media.MediaFormat;
|
||||
|
Loading…
x
Reference in New Issue
Block a user