diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2013-12-16 14:40:06 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2013-12-17 09:34:08 +0100 |
commit | bd316109b33362dbaf2629c16e05bf65adbf8573 (patch) | |
tree | 121f9ac6f8ffc43a40d6465907d867acc4e0b78a /libavutil | |
parent | 3d9fc21e593aa89b5877bd739268499b079052f2 (diff) | |
download | ffmpeg-bd316109b33362dbaf2629c16e05bf65adbf8573.tar.gz |
apidoc: fix warning from stereo3d.h
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 e27dc16da1..695d6f1bae 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. */ |