summaryrefslogtreecommitdiff
path: root/src/radeon_video.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/radeon_video.h')
-rw-r--r--src/radeon_video.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/radeon_video.h b/src/radeon_video.h
index 781b54c2..75673d3f 100644
--- a/src/radeon_video.h
+++ b/src/radeon_video.h
@@ -8,6 +8,7 @@
#include "i2c_def.h"
#include "generic_bus.h"
+#include "theatre.h"
/* Xvideo port struct */
typedef struct {
@@ -37,6 +38,7 @@ typedef struct {
/* VIP bus and devices */
GENERIC_BUS_Ptr VIP;
+ TheatrePtr theatre;
Bool video_stream_active;
int encoding;
@@ -53,6 +55,7 @@ typedef struct {
#define METHOD_ADAPTIVE 3
int overlay_deinterlacing_method;
+ int overlay_scaler_buffer_width;
int capture_vbi_data;