mirror of https://git.ffmpeg.org/ffmpeg.git
apidoc: fix warning from stereo3d.h
This commit is contained in:
parent
3d9fc21e59
commit
bd316109b3
|
@ -140,7 +140,7 @@ AVStereo3D *av_stereo3d_alloc(void);
|
||||||
/**
|
/**
|
||||||
* Allocate a complete AVFrameSideData and add it to the frame.
|
* Allocate a complete AVFrameSideData and add it to the frame.
|
||||||
*
|
*
|
||||||
* @param The frame on which the side data is added to.
|
* @param frame The frame which side data is added to.
|
||||||
*
|
*
|
||||||
* @return The AVStereo3D structure to be filled by caller.
|
* @return The AVStereo3D structure to be filled by caller.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue