diff options
author | Clément Bœsch <u@pkh.me> | 2017-04-03 20:41:16 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2017-04-03 20:41:16 +0200 |
commit | 47d8410daca4aaf08bc886eb6d08e6fafe4fb6f1 (patch) | |
tree | ff3fb55fddf4f6fa20e02cf18b3a5f0db75685ef /libavutil/hwcontext.h | |
parent | ab827a8349f50a2596ef1e57b54b4436f936bf13 (diff) | |
parent | a1d9de304fe63614e3aa8117fef17491fa80093d (diff) | |
download | ffmpeg-47d8410daca4aaf08bc886eb6d08e6fafe4fb6f1.tar.gz |
Merge commit 'a1d9de304fe63614e3aa8117fef17491fa80093d'
* commit 'a1d9de304fe63614e3aa8117fef17491fa80093d':
Fix some mismatches between function parameter and doxygen parameter names.
Merged-by: Clément Bœsch <u@pkh.me>
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 e35fb25be8..284b091209 100644 --- a/libavutil/hwcontext.h +++ b/libavutil/hwcontext.h @@ -417,7 +417,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 |