Browse Source

VLCOptions: rename opensles string id

merge-requests/1648/merge
Thomas Guillem 4 years ago
committed by Nicolas Pomepuy
parent
commit
e5d2e31f97
  1. 2
      application/resources/src/main/java/org/videolan/resources/VLCOptions.kt

2
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 {

Loading…
Cancel
Save