avutil/hwcontext: Add doxy for missing argument

pull/388/head
Marvin Scholz 2 years ago committed by Anton Khirnov
parent 8bac3902b0
commit 8521a691b9
  1. 1
      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

Loading…
Cancel
Save