[Android] Fix the OpenSL ES setting value

Nicolas Pomepuy git at videolan.org
Tue Apr 1 12:53:22 UTC 2025


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Apr  1 13:05:24 2025 +0200| [c0d77300dd33b6ee368794e679ee54fd9a2d55d5] | committer: Nicolas Pomepuy

Fix the OpenSL ES setting value

If was incorrectly set to 1. It has to be the same value that
the ones declared in VlcMigrationHelper and VLCOptions

> https://code.videolan.org/videolan/vlc-android/commit/c0d77300dd33b6ee368794e679ee54fd9a2d55d5
---

 application/resources/src/main/res/values/arrays.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/application/resources/src/main/res/values/arrays.xml b/application/resources/src/main/res/values/arrays.xml
index f2ba4f818c..9877c884fe 100644
--- a/application/resources/src/main/res/values/arrays.xml
+++ b/application/resources/src/main/res/values/arrays.xml
@@ -557,7 +557,7 @@
     </string-array>
     <string-array name="aouts_values" translatable="false">
         <item>0</item>
-        <item>1</item>
+        <item>2</item>
     </string-array>
 
     <string-array name="casting_quality">



More information about the Android mailing list