summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/h264.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/h264.h b/src/h264.h
index 8d52475..160057d 100644
--- a/src/h264.h
+++ b/src/h264.h
@@ -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