[Android] VLCOptions: rename opensles string id
Thomas Guillem
git at videolan.org
Fri Nov 18 12:29:45 UTC 2022
vlc-android | branch: master | Thomas Guillem <thomas at gllm.fr> | Mon Oct 17 09:15:23 2022 +0200| [e5d2e31f97ef70c233a0751c8ff91808696e7b9c] | committer: Nicolas Pomepuy
VLCOptions: rename opensles string id
> https://code.videolan.org/videolan/vlc-android/commit/e5d2e31f97ef70c233a0751c8ff91808696e7b9c
---
.../resources/src/main/java/org/videolan/resources/VLCOptions.kt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/application/resources/src/main/java/org/videolan/resources/VLCOptions.kt b/application/resources/src/main/java/org/videolan/resources/VLCOptions.kt
index 0424a4a55a..3d49e7572a 100644
--- a/application/resources/src/main/java/org/videolan/resources/VLCOptions.kt
+++ b/application/resources/src/main/java/org/videolan/resources/VLCOptions.kt
@@ -208,7 +208,7 @@ object VLCOptions {
if (hwaout == HWDecoderUtil.AudioOutput.OPENSLES)
aout = AOUT_OPENSLES
- return if (aout == AOUT_OPENSLES) "opensles_android" else null /* audiotrack is the default */
+ return if (aout == AOUT_OPENSLES) "opensles" else null /* audiotrack is the default */
}
private fun getDeblocking(deblocking: Int): Int {
More information about the Android
mailing list