diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-03-11 08:49:47 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-03-11 08:49:47 +0100 |
| commit | 8c68c9fd6273e5318755e42a9f650d850daebb94 (patch) | |
| tree | c4352a9b3b154a64e6fe61ed67753d683363ac95 /lib/python/Plugins/SystemPlugins/Videomode/plugin.py | |
| parent | 0ffeb4cf114a6706ba629112c070e3d94da98793 (diff) | |
| parent | 4531ea135c84d78d96d66a08b67f1f5e09475c55 (diff) | |
| download | enigma2-8c68c9fd6273e5318755e42a9f650d850daebb94.tar.gz enigma2-8c68c9fd6273e5318755e42a9f650d850daebb94.zip | |
Merge branch 'master' of git.opendreambox.org:/git/enigma2
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/Videomode/plugin.py')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/Videomode/plugin.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/python/Plugins/SystemPlugins/Videomode/plugin.py b/lib/python/Plugins/SystemPlugins/Videomode/plugin.py index 5a7dfd1b..6b6d5045 100644 --- a/lib/python/Plugins/SystemPlugins/Videomode/plugin.py +++ b/lib/python/Plugins/SystemPlugins/Videomode/plugin.py @@ -98,6 +98,10 @@ class VideoSetup(Screen, ConfigListScreen): self.list.append(getConfigListEntry(_("AC3 default"), config.av.defaultac3)) if SystemInfo["CanDownmixAC3"]: self.list.append(getConfigListEntry(_("AC3 downmix"), config.av.downmix_ac3)) + self.list.extend(( + getConfigListEntry(_("General AC3 Delay"), config.av.generalAC3delay), + getConfigListEntry(_("General PCM Delay"), config.av.generalPCMdelay) + )) if SystemInfo["CanChangeOsdAlpha"]: self.list.append(getConfigListEntry(_("OSD visibility"), config.av.osd_alpha)) |
