This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/CodecUtils.smali b/CodecUtils.smali | |
| index 79562da..b1650ae 100644 | |
| --- a/CodecUtils.smali | |
| +++ b/CodecUtils.smali | |
| @@ -314,6 +314,19 @@ | |
| invoke-direct/range {v0 .. v6}, Lcom/amazon/spiderpork/streamconfig/codec/CodecConfig;-><init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;ZZ)V | |
| + # Avoid codecs not supporting low latency | |
| + invoke-virtual {v0}, Lcom/amazon/spiderpork/streamconfig/codec/CodecConfig;->isLowLatency()Z |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/CodecOverrides.smali b/CodecOverrides.smali | |
| index e9c2a15..e7a0e10 100644 | |
| --- a/CodecOverrides.smali | |
| +++ b/CodecOverrides.smali | |
| @@ -45,7 +45,7 @@ | |
| move-result-object v17 | |
| - const/high16 v2, 0x10000 | |
| + const/4 v2, 0x1 |