summaryrefslogtreecommitdiff
path: root/libavutil/hwcontext.h
diff options
context:
space:
mode:
authorMarvin Scholz <epirat07@gmail.com>2022-09-15 02:43:43 +0200
committerAnton Khirnov <anton@khirnov.net>2022-10-17 09:51:47 +0200
commit3fbf8d6e1d4c5a4bcaa4d5ec64099e9b646c5603 (patch)
treee5a0331b7e76605a30ef51ea37d6c3a17cf2e3dd /libavutil/hwcontext.h
parent1f0529ec5f545b24daefa0e2346d93a6a4d77f5f (diff)
downloadffmpeg-3fbf8d6e1d4c5a4bcaa4d5ec64099e9b646c5603.tar.gz
avutil: Fix mismatching argument names
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 c18b7e1e8b..efca17585e 100644
--- a/libavutil/hwcontext.h
+++ b/libavutil/hwcontext.h
@@ -249,7 +249,7 @@ const char *av_hwdevice_get_type_name(enum AVHWDeviceType type);
/**
* Iterate over supported device types.
*
- * @param type AV_HWDEVICE_TYPE_NONE initially, then the previous type
+ * @param prev AV_HWDEVICE_TYPE_NONE initially, then the previous type
* returned by this function in subsequent iterations.
* @return The next usable device type from enum AVHWDeviceType, or
* AV_HWDEVICE_TYPE_NONE if there are no more.