summaryrefslogtreecommitdiff
path: root/frontend.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend.h')
-rw-r--r--frontend.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend.h b/frontend.h
index 0d3c8fc9..08702e92 100644
--- a/frontend.h
+++ b/frontend.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: frontend.h,v 1.25 2008-11-20 11:46:31 rofafor Exp $
+ * $Id: frontend.h,v 1.26 2009-01-08 11:58:33 rofafor Exp $
*
*/
@@ -119,7 +119,7 @@ class cXinelibThread : public cThread, public cListObject
int speaker_type);
virtual int ConfigurePostprocessing(const char *name, bool on, const char *args);
virtual int ConfigureVideo(int hue, int saturation,
- int brightness, int contrast,
+ int brightness, int sharpness, int noise_reduction, int contrast,
int overscan, int vo_aspect_ratio);
// Local frontend:
virtual void ConfigureWindow(int fullscreen, int width, int height,