summaryrefslogtreecommitdiff
path: root/src/i965_encoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/i965_encoder.h')
-rw-r--r--src/i965_encoder.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/i965_encoder.h b/src/i965_encoder.h
index 20d49fc2..13a9ad12 100644
--- a/src/i965_encoder.h
+++ b/src/i965_encoder.h
@@ -66,6 +66,9 @@ gen75_enc_hw_context_init(VADriverContextP ctx, struct object_config *obj_config
extern struct hw_context *
gen8_enc_hw_context_init(VADriverContextP ctx, struct object_config *obj_config);
+
+extern struct hw_context *
+gen9_enc_hw_context_init(VADriverContextP ctx, struct object_config *obj_config);
#endif /* _I965_ENCODER_H_ */