[FFmpeg-cvslog] avutil/frame: Add doxy for missing argument

Marvin Scholz git at videolan.org
Mon Oct 17 11:01:47 EEST 2022


ffmpeg | branch: master | Marvin Scholz <epirat07 at gmail.com> | Sun Sep 25 01:03:30 2022 +0200| [20a947f479ae02d7847edd79995b661844d3b291] | committer: Anton Khirnov

avutil/frame: Add doxy for missing argument

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=20a947f479ae02d7847edd79995b661844d3b291
---

 libavutil/frame.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavutil/frame.h b/libavutil/frame.h
index 6d9563bc5d..e60a82f6c0 100644
--- a/libavutil/frame.h
+++ b/libavutil/frame.h
@@ -864,6 +864,7 @@ int av_frame_copy_props(AVFrame *dst, const AVFrame *src);
 /**
  * Get the buffer reference a given data plane is stored in.
  *
+ * @param frame the frame to get the plane's buffer from
  * @param plane index of the data plane of interest in frame->extended_data.
  *
  * @return the buffer reference that contains the plane or NULL if the input



More information about the ffmpeg-cvslog mailing list