Browse code

Merge remote-tracking branch 'qatar/master'

* qatar/master:
apidoc: fix warning from stereo3d.h

Merged-by: Michael Niedermayer <michaelni@gmx.at>

Michael Niedermayer authored on 2013/12/18 03:37:33
Showing 1 changed files
... ...
@@ -140,7 +140,7 @@ AVStereo3D *av_stereo3d_alloc(void);
140 140
 /**
141 141
  * Allocate a complete AVFrameSideData and add it to the frame.
142 142
  *
143
- * @param The frame on which the side data is added to.
143
+ * @param frame The frame which side data is added to.
144 144
  *
145 145
  * @return The AVStereo3D structure to be filled by caller.
146 146
  */