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
@@ -28,9 +28,9 @@
|
||||
#define _H264_H_
|
||||
|
||||
struct object_surface;
|
||||
struct sunxi_cedrus_driver_data;
|
||||
struct cedrus_data;
|
||||
|
||||
int h264_set_controls(struct sunxi_cedrus_driver_data *data,
|
||||
int h264_set_controls(struct cedrus_data *data,
|
||||
struct object_surface *surface);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user