diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-10-01 21:28:31 +0200 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-10-01 21:28:31 +0200 |
| commit | 6bd9700323d6f6f5bb5d7f97764d1091875cbdc1 (patch) | |
| tree | b64bb36d3bb7974d74983f54eacc892d061c7ac4 /lib/python/Plugins/SystemPlugins/VideoEnhancement/VideoEnhancement.py | |
| parent | b0ac904a84b223808c303f170888559b91c71e71 (diff) | |
| download | enigma2-6bd9700323d6f6f5bb5d7f97764d1091875cbdc1.tar.gz enigma2-6bd9700323d6f6f5bb5d7f97764d1091875cbdc1.zip | |
show scaler sharpness in av setup and in video enhancement plugin
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/VideoEnhancement/VideoEnhancement.py')
| -rwxr-xr-x | lib/python/Plugins/SystemPlugins/VideoEnhancement/VideoEnhancement.py | 17 |
1 files changed, 0 insertions, 17 deletions
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: |
