summaryrefslogtreecommitdiffstats
path: root/src/request.h
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2018-09-07 12:46:52 +0200
committerPaul Kocialkowski <contact@paulk.fr>2018-09-07 12:58:44 +0200
commit25a8ac4d7eaee3d69361721db33a50b5c3119194 (patch)
treefe15c23bf14ed9f04ace5cde8e7d949a3792591e /src/request.h
parent8857fc7019a29c06a3f4d58540d1f99d9e9a83a0 (diff)
downloadlibva-v4l2-request-25a8ac4d7eaee3d69361721db33a50b5c3119194.tar.gz
libva-v4l2-request-25a8ac4d7eaee3d69361721db33a50b5c3119194.tar.bz2
libva-v4l2-request-25a8ac4d7eaee3d69361721db33a50b5c3119194.zip
Register video format directly instead of tiled indicator
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
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);