13dc932aed39cf6ee1c50b366bfb0abbbea2de5e
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-vuplus / enigma2 / enigma2-plugins / vuplus / enigma2_plugins_ac3lipsync_dolby.patch
1 diff --git a/audiosync/src/AC3delay.py b/audiosync/src/AC3delay.py
2 index a92c859..6bbc86d 100644
3 --- a/audiosync/src/AC3delay.py
4 +++ b/audiosync/src/AC3delay.py
5 @@ -177,7 +177,7 @@ class AC3delay:
6  
7                  tlist.append((description, x))
8                  if x == self.selectedAudioIndex:
9 -                    if ((description.find("AC3") != -1 or description.find("AC-3") != -1) and not bDownmixEnabled) or description.find("DTS") != -1:
10 +                    if ((description.find("Dolby") != -1 or description.find("AC3") != -1 or description.find("AC-3") != -1) and not bDownmixEnabled) or description.find("DTS") != -1:
11                          self.whichAudio = AC3
12                          self.channelAudio = AC3
13                      else: