summaryrefslogtreecommitdiff
path: root/libavutil/hwcontext.h
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2017-04-03 20:41:16 +0200
committerClément Bœsch <u@pkh.me>2017-04-03 20:41:16 +0200
commit47d8410daca4aaf08bc886eb6d08e6fafe4fb6f1 (patch)
treeff3fb55fddf4f6fa20e02cf18b3a5f0db75685ef /libavutil/hwcontext.h
parentab827a8349f50a2596ef1e57b54b4436f936bf13 (diff)
parenta1d9de304fe63614e3aa8117fef17491fa80093d (diff)
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.h2
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