[FFmpeg-cvslog] avutil/hwcontext: Add doxy for missing argument
Marvin Scholz
git at videolan.org
Mon Oct 17 11:01:37 EEST 2022
ffmpeg | branch: master | Marvin Scholz <epirat07 at gmail.com> | Sun Sep 25 00:14:53 2022 +0200| [8521a691b9c712c6f40bd9fb729f57f16fe2c60a] | committer: Anton Khirnov
avutil/hwcontext: Add doxy for missing argument
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8521a691b9c712c6f40bd9fb729f57f16fe2c60a
---
libavutil/hwcontext.h | 1 +
1 file changed, 1 insertion(+)
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
More information about the ffmpeg-cvslog
mailing list