diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-12-17 19:37:33 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-12-17 19:37:50 +0100 |
commit | 9be63be1b285aee4f9ef597f0284e91a2f25a386 (patch) | |
tree | e0048dfc755566fb4583d4f8a601a76cd74e5ee9 /libavutil | |
parent | d6acf45ec280be866698966947a0887841a6ea20 (diff) | |
parent | bd316109b33362dbaf2629c16e05bf65adbf8573 (diff) | |
download | ffmpeg-9be63be1b285aee4f9ef597f0284e91a2f25a386.tar.gz |
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')
-rw-r--r-- | libavutil/stereo3d.h | 2 |
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. */ |