forked from marfrit/libva-v4l2-request-fourier
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
@@ -28,9 +28,9 @@
|
||||
|
||||
struct object_context;
|
||||
struct object_surface;
|
||||
struct cedrus_data;
|
||||
struct request_data;
|
||||
|
||||
int mpeg2_set_controls(struct cedrus_data *driver_data,
|
||||
int mpeg2_set_controls(struct request_data *driver_data,
|
||||
struct object_context *context,
|
||||
struct object_surface *surface_object);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user