summaryrefslogtreecommitdiff
path: root/libavutil/stereo3d.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-12-17 19:37:33 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-12-17 19:37:50 +0100
commit9be63be1b285aee4f9ef597f0284e91a2f25a386 (patch)
treee0048dfc755566fb4583d4f8a601a76cd74e5ee9 /libavutil/stereo3d.h
parentd6acf45ec280be866698966947a0887841a6ea20 (diff)
parentbd316109b33362dbaf2629c16e05bf65adbf8573 (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: apidoc: fix warning from stereo3d.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/stereo3d.h')
-rw-r--r--libavutil/stereo3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/stereo3d.h b/libavutil/stereo3d.h
index b384ad49af..8829da9ff4 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.
*/