diff options
author | Christophe Thommeret <hftom@free.fr> | 2009-01-05 07:20:47 +0000 |
---|---|---|
committer | Christophe Thommeret <hftom@free.fr> | 2009-01-05 07:20:47 +0000 |
commit | 012932581636f44ad0e991570f6ff069a8421619 (patch) | |
tree | 8a23e104fa0352b4db6dc24023a377f7bb5b48d8 /include | |
parent | 63ec09d9a95819bad3131181a3641443eb199432 (diff) | |
download | xine-lib-012932581636f44ad0e991570f6ff069a8421619.tar.gz xine-lib-012932581636f44ad0e991570f6ff069a8421619.tar.bz2 |
Enable sharpness and noise_reduction; add an option for progressive_flag.
Diffstat (limited to 'include')
-rw-r--r-- | include/xine.h.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/xine.h.in b/include/xine.h.in index e27a58e29..a2a658611 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -375,12 +375,13 @@ int xine_get_param (xine_stream_t *stream, int param) XINE_PROTECTED; #define XINE_PARAM_VO_TVMODE 0x0100000a /* ??? */ #define XINE_PARAM_VO_WINDOW_WIDTH 0x0100000f /* readonly */ #define XINE_PARAM_VO_WINDOW_HEIGHT 0x01000010 /* readonly */ +#define XINE_PARAM_VO_SHARPNESS 0x01000018 /* 0..65535 */ +#define XINE_PARAM_VO_NOISE_REDUCTION 0x01000019 /* 0..65535 */ #define XINE_PARAM_VO_CROP_LEFT 0x01000020 /* crop frame pixels */ #define XINE_PARAM_VO_CROP_RIGHT 0x01000021 /* crop frame pixels */ #define XINE_PARAM_VO_CROP_TOP 0x01000022 /* crop frame pixels */ #define XINE_PARAM_VO_CROP_BOTTOM 0x01000023 /* crop frame pixels */ - #define XINE_VO_ZOOM_STEP 100 #define XINE_VO_ZOOM_MAX 400 #define XINE_VO_ZOOM_MIN -85 |