diff options
Diffstat (limited to 'v4l2-mfc-example/ipp.h')
-rw-r--r-- | v4l2-mfc-example/ipp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l2-mfc-example/ipp.h b/v4l2-mfc-example/ipp.h index a1f50bf..8171718 100644 --- a/v4l2-mfc-example/ipp.h +++ b/v4l2-mfc-example/ipp.h @@ -39,6 +39,6 @@ int exynos_drm_ipp_setup_output_from_mfc(struct instance *i); /* Send command to stop ctrl and then clean up buffors and memory */ int exynos_drm_ipp_dec_queue_buf_out_from_mfc(struct instance *inst, int n); /* Send command to stop ctrl and then clean up buffors and memory */ -void exynos_drm_ipp_close(struct instance *inst) +void exynos_drm_ipp_close(struct instance *inst); #endif /* INCLUDE_IPP_H */ |