summaryrefslogtreecommitdiff
path: root/src/radeon_video.h
diff options
context:
space:
mode:
authorRoland Scheidegger <rscheidegger_lists@hispeed.ch>2006-11-29 16:46:57 +0100
committerRoland Scheidegger <rscheidegger_lists@hispeed.ch>2006-11-29 16:46:57 +0100
commit9f5ea3981449f29ff204eb154166e8fc813205fa (patch)
treec4b1d13aab46ee52e97862e999633eac525a9d52 /src/radeon_video.h
parent35a5eaf5adf103ef57f8d4590dae25b0c50bd780 (diff)
radeon: bug #1462, predownscale to make HD video work.
Use the overlay scaler's predownscale capability to make videos with large horizontal resolution work if it exceeds the scaler buffer width. Make the scaler buffer width user-configurable since we don't know it for all chips, and using predownscaling may otherwise reduce quality even if it wouldn't be needed. This should fix bug #1462.
Diffstat (limited to 'src/radeon_video.h')
-rw-r--r--src/radeon_video.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/radeon_video.h b/src/radeon_video.h
index 33e78dfa..4b97d51b 100644
--- a/src/radeon_video.h
+++ b/src/radeon_video.h
@@ -62,8 +62,7 @@ typedef struct {
#define METHOD_ADAPTIVE 3
int overlay_deinterlacing_method;
- int overlay_scaler_buffer_width;
-
+
int capture_vbi_data;
int dec_brightness;