Commit bd316109 authored by Vittorio Giovara's avatar Vittorio Giovara

apidoc: fix warning from stereo3d.h

parent 3d9fc21e
...@@ -140,7 +140,7 @@ AVStereo3D *av_stereo3d_alloc(void); ...@@ -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.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment