mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-03 14:36:21 +00:00
Report direct submit support for the MediaCodec decoder renderer
This commit is contained in:
@@ -245,4 +245,9 @@ public class MediaCodecDecoderRenderer implements VideoDecoderRenderer {
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getCapabilities() {
|
||||
return VideoDecoderRenderer.CAPABILITY_DIRECT_SUBMIT;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user