summaryrefslogtreecommitdiffstats
path: root/src/request.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/request.h')
-rw-r--r--src/request.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/request.h b/src/request.h
index 2e905da..37c7d2f 100644
--- a/src/request.h
+++ b/src/request.h
@@ -52,7 +52,7 @@ struct request_data {
int video_fd;
int media_fd;
- bool tiled_format;
+ struct video_format *video_format;
};
VAStatus VA_DRIVER_INIT_FUNC(VADriverContextP context);