expo-libmpv 0.5.13 → 0.5.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -257,7 +257,7 @@ class LibmpvRenderer(
257
257
  if (videoSync == "display-resample") {
258
258
  MPVLib.setOptionString("video-sync", "display-resample")
259
259
  MPVLib.setOptionString("interpolation", "yes")
260
- MPVLib.setOptionString("tscale", "oversample")
260
+ MPVLib.setOptionString("tscale", "mitchell")
261
261
  MPVLib.setOptionString("audio-pitch-correction", "yes")
262
262
  }
263
263
  if (videoSync == "audio") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-libmpv",
3
- "version": "0.5.13",
3
+ "version": "0.5.14",
4
4
  "description": "A libmpv Fabric component for Android",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",