mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avutil/hwcontext: Add doxy for missing argument
This commit is contained in:
parent
8bac3902b0
commit
8521a691b9
@ -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
|
* @param derived_frame_ctx On success, a reference to the newly created
|
||||||
* AVHWFramesContext.
|
* AVHWFramesContext.
|
||||||
|
* @param format The AVPixelFormat for the derived context.
|
||||||
* @param derived_device_ctx A reference to the device to create the new
|
* @param derived_device_ctx A reference to the device to create the new
|
||||||
* AVHWFramesContext on.
|
* AVHWFramesContext on.
|
||||||
* @param source_frame_ctx A reference to an existing AVHWFramesContext
|
* @param source_frame_ctx A reference to an existing AVHWFramesContext
|
||||||
|
Loading…
Reference in New Issue
Block a user