forked from marfrit/libva-v4l2-request-fourier
h264: define properly the set controls function
The h264_fill_controls isn't used anywhere, but the h264_set_controls function is. Since the one defined in the header is _fill_controls, this leads to a warning at compile time. Fix it. Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@
|
|||||||
struct object_surface;
|
struct object_surface;
|
||||||
struct sunxi_cedrus_driver_data;
|
struct sunxi_cedrus_driver_data;
|
||||||
|
|
||||||
int h264_fill_controls(struct sunxi_cedrus_driver_data *driver,
|
int h264_set_controls(struct sunxi_cedrus_driver_data *data,
|
||||||
struct object_surface *surface);
|
struct object_surface *surface);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user