From a1d9de304fe63614e3aa8117fef17491fa80093d Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 9 Nov 2016 22:09:38 +0100 Subject: Fix some mismatches between function parameter and doxygen parameter names. --- libavutil/hwcontext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/hwcontext.h') diff --git a/libavutil/hwcontext.h b/libavutil/hwcontext.h index 4067ff1db2..1181659b96 100644 --- a/libavutil/hwcontext.h +++ b/libavutil/hwcontext.h @@ -418,7 +418,7 @@ void *av_hwdevice_hwconfig_alloc(AVBufferRef *device_ctx); * configuration is provided, returns the maximum possible capabilities * of the device. * - * @param device_ctx a reference to the associated AVHWDeviceContext. + * @param ref a reference to the associated AVHWDeviceContext. * @param hwconfig a filled HW-specific configuration structure, or NULL * to return the maximum possible capabilities of the device. * @return AVHWFramesConstraints structure describing the constraints -- cgit v1.2.3