mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 16:52:31 +00:00
avutil/frame: Add doxy for missing argument
This commit is contained in:
parent
3dea9adc67
commit
20a947f479
@ -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.
|
* 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.
|
* @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
|
* @return the buffer reference that contains the plane or NULL if the input
|
||||||
|
Loading…
Reference in New Issue
Block a user