Register video format directly instead of tiled indicator

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
This commit is contained in:
Paul Kocialkowski
2018-09-07 12:46:52 +02:00
parent 8857fc7019
commit 25a8ac4d7e
6 changed files with 28 additions and 21 deletions
+1 -1
View File
@@ -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);