diff options
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/hwcontext.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavutil/hwcontext.h b/libavutil/hwcontext.h index 203ea51..ba293d7 100644 --- a/libavutil/hwcontext.h +++ b/libavutil/hwcontext.h @@ -252,8 +252,9 @@ const char *av_hwdevice_get_type_name(enum AVHWDeviceType type); enum AVHWDeviceType av_hwdevice_iterate_types(enum AVHWDeviceType prev); /** - * Allocate an AVHWDeviceContext for a given pixel format. + * Allocate an AVHWDeviceContext for a given hardware type. * + * @param type the type of the hardware device to allocate. * @return a reference to the newly created AVHWDeviceContext on success or NULL * on failure. */ |