diff options
author | Diego Biurrun <diego@biurrun.de> | 2016-11-09 22:09:38 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-11-21 14:29:10 +0100 |
commit | a1d9de304fe63614e3aa8117fef17491fa80093d (patch) | |
tree | 41a82ff8f4b71800223a7fe0f66339bc9aa589c4 /libavutil/hwcontext.h | |
parent | 4d960a11855f4212eb3a4e470ce890db7f01df29 (diff) | |
download | ffmpeg-a1d9de304fe63614e3aa8117fef17491fa80093d.tar.gz |
Fix some mismatches between function parameter and doxygen parameter names.
Diffstat (limited to 'libavutil/hwcontext.h')
-rw-r--r-- | libavutil/hwcontext.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |