forked from marfrit/libva-v4l2-request-fourier
tree: Shorten struct sunxi_cedrus_driver_data name
This long structure name makes it quite difficult to fit within the 80 characters limit. Shorten it. Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
This commit is contained in:
+2
-2
@@ -27,9 +27,9 @@
|
||||
#define _MPEG2_H_
|
||||
|
||||
struct object_surface;
|
||||
struct sunxi_cedrus_driver_data;
|
||||
struct cedrus_data;
|
||||
|
||||
int mpeg2_set_controls(struct sunxi_cedrus_driver_data *driver_data,
|
||||
int mpeg2_set_controls(struct cedrus_data *driver_data,
|
||||
struct object_surface *surface_object);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user