diff options
author | Marvin Scholz <epirat07@gmail.com> | 2022-09-25 00:14:53 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2022-10-17 09:56:47 +0200 |
commit | 8521a691b9c712c6f40bd9fb729f57f16fe2c60a (patch) | |
tree | 65e241bf91f51293a795d5848427660b045dc313 | |
parent | 8bac3902b09f8a2e0467346f227e2f6528b7870e (diff) | |
download | ffmpeg-8521a691b9c712c6f40bd9fb729f57f16fe2c60a.tar.gz |
avutil/hwcontext: Add doxy for missing argument
-rw-r--r-- | libavutil/hwcontext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/hwcontext.h b/libavutil/hwcontext.h index efca17585e..7ff08c8608 100644 --- a/libavutil/hwcontext.h +++ b/libavutil/hwcontext.h @@ -591,6 +591,7 @@ int av_hwframe_map(AVFrame *dst, const AVFrame *src, int flags); * * @param derived_frame_ctx On success, a reference to the newly created * AVHWFramesContext. + * @param format The AVPixelFormat for the derived context. * @param derived_device_ctx A reference to the device to create the new * AVHWFramesContext on. * @param source_frame_ctx A reference to an existing AVHWFramesContext |