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:
Maxime Ripard
2018-07-16 14:08:03 +02:00
parent 5aa1604a6c
commit e968914819
+2 -2
View File
@@ -30,7 +30,7 @@
struct object_surface;
struct sunxi_cedrus_driver_data;
int h264_fill_controls(struct sunxi_cedrus_driver_data *driver,
struct object_surface *surface);
int h264_set_controls(struct sunxi_cedrus_driver_data *data,
struct object_surface *surface);
#endif