X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/c39e992eac597c341dfef198d1179f84efa0791e..caddb42929a056d290a49c363c2602843ac5bd52:/lib/python/Plugins/SystemPlugins/VideoEnhancement/VideoEnhancement.py diff --git a/lib/python/Plugins/SystemPlugins/VideoEnhancement/VideoEnhancement.py b/lib/python/Plugins/SystemPlugins/VideoEnhancement/VideoEnhancement.py index 3fbef7c2..b18f5595 100755 --- a/lib/python/Plugins/SystemPlugins/VideoEnhancement/VideoEnhancement.py +++ b/lib/python/Plugins/SystemPlugins/VideoEnhancement/VideoEnhancement.py @@ -133,23 +133,6 @@ class VideoEnhancement: else: config.pep.digital_contour_removal = NoSave(ConfigNothing()) - if os_path.exists("/proc/stb/vmpeg/0/pep_scaler_sharpness"): - def setScaler_sharpness(config): - myval = int(config.value) - try: - print "--> setting scaler_sharpness to: %0.8X" % myval - open("/proc/stb/vmpeg/0/pep_scaler_sharpness", "w").write("%0.8X" % myval) - except IOError: - print "couldn't write pep_scaler_sharpness" - - if not VideoEnhancement.firstRun: - self.setConfiguredValues() - - config.pep.scaler_sharpness = ConfigSlider(default=13, limits=(0,26)) - config.pep.scaler_sharpness.addNotifier(setScaler_sharpness) - else: - config.pep.scaler_sharpness = NoSave(ConfigNothing()) - if os_path.exists("/proc/stb/vmpeg/0/pep_split"): def setSplitMode(config): try: