[FFmpeg-cvslog] apidoc: fix warning from stereo3d.h
Vittorio Giovara
git at videolan.org
Tue Dec 17 19:54:02 CET 2013
ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Mon Dec 16 14:40:06 2013 +0100| [bd316109b33362dbaf2629c16e05bf65adbf8573] | committer: Vittorio Giovara
apidoc: fix warning from stereo3d.h
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bd316109b33362dbaf2629c16e05bf65adbf8573
---
libavutil/stereo3d.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavutil/stereo3d.h b/libavutil/stereo3d.h
index e27dc16..695d6f1 100644
--- a/libavutil/stereo3d.h
+++ b/libavutil/stereo3d.h
@@ -140,7 +140,7 @@ AVStereo3D *av_stereo3d_alloc(void);
/**
* 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.
*/
More information about the ffmpeg-cvslog
mailing list