summaryrefslogtreecommitdiff
path: root/src/intel_video.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/intel_video.h')
-rw-r--r--src/intel_video.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/intel_video.h b/src/intel_video.h
index e1ba09af..d567eace 100644
--- a/src/intel_video.h
+++ b/src/intel_video.h
@@ -52,7 +52,8 @@ typedef struct {
Time offTime;
Time freeTime;
/** YUV data buffers */
- drm_intel_bo *buf;
+ drm_intel_bo *buf, *old_buf;
+ Bool reusable;
Bool textured;
Rotation rotation; /* should remove intel->rotation later */