summaryrefslogtreecommitdiff
path: root/libavutil/frame.h
diff options
context:
space:
mode:
authorMarvin Scholz <epirat07@gmail.com>2022-09-25 01:03:30 +0200
committerAnton Khirnov <anton@khirnov.net>2022-10-17 09:56:47 +0200
commit20a947f479ae02d7847edd79995b661844d3b291 (patch)
tree94b6dd7860beb754c32cd3da2461433ae29aa17c /libavutil/frame.h
parent3dea9adc67b0fa4d780442ef5532ca6a63e760b8 (diff)
downloadffmpeg-20a947f479ae02d7847edd79995b661844d3b291.tar.gz
avutil/frame: Add doxy for missing argument
Diffstat (limited to 'libavutil/frame.h')
-rw-r--r--libavutil/frame.h1
1 files changed, 1 insertions, 0 deletions
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