summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@bootlin.com>2018-07-17 16:17:12 +0200
committerMaxime Ripard <maxime.ripard@bootlin.com>2018-07-17 17:02:23 +0200
commit4ad990e087381f0ec338d0f4f99334fc3391d42f (patch)
tree6ecfa24b5087079c883bd3ab683ce856bfa8281b /src/config.h
parent913e1e642c004e24f5f06a579727ccc0a56d659f (diff)
downloadlibva-v4l2-request-4ad990e087381f0ec338d0f4f99334fc3391d42f.tar.gz
libva-v4l2-request-4ad990e087381f0ec338d0f4f99334fc3391d42f.tar.bz2
libva-v4l2-request-4ad990e087381f0ec338d0f4f99334fc3391d42f.zip
tree: Rename the header and defines
The sunxi_cedrus.h header contains a bunch of defines prefixed with SUNXI_CEDRUS. As part as the ongoing migration to a more generic name, change that prefix for V4L2_REQUEST, and the header file to request.h Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h
index 00e26bc..3810fb6 100644
--- a/src/config.h
+++ b/src/config.h
@@ -29,7 +29,7 @@
#include <va/va_backend.h>
#include "object_heap.h"
-#include "sunxi_cedrus.h"
+#include "request.h"
#define CONFIG(data, id) \
((struct object_config *)object_heap_lookup(&(data)->config_heap, id))
@@ -40,7 +40,7 @@ struct object_config {
VAProfile profile;
VAEntrypoint entrypoint;
- VAConfigAttrib attributes[SUNXI_CEDRUS_MAX_CONFIG_ATTRIBUTES];
+ VAConfigAttrib attributes[V4L2_REQUEST_MAX_CONFIG_ATTRIBUTES];
int attributes_count;
};