tree: Rename cedrus_data to request_data
The cedrus_data structure carries the old name. In order to migrate to the new name, let's rename it to request_data. Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
This commit is contained in:
+2
-2
@@ -33,7 +33,7 @@
|
||||
|
||||
struct object_context;
|
||||
struct object_surface;
|
||||
struct cedrus_data;
|
||||
struct request_data;
|
||||
|
||||
#define H264_DPB_SIZE 16
|
||||
|
||||
@@ -50,7 +50,7 @@ struct h264_dpb {
|
||||
unsigned int age;
|
||||
};
|
||||
|
||||
int h264_set_controls(struct cedrus_data *data,
|
||||
int h264_set_controls(struct request_data *data,
|
||||
struct object_context *context,
|
||||
struct object_surface *surface);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user