From: Vittorio Giovara Date: Mon, 16 Dec 2013 13:40:06 +0000 (+0100) Subject: apidoc: fix warning from stereo3d.h X-Git-Tag: android-x86-6.0-r1~10^2~2496 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=bd316109b33362dbaf2629c16e05bf65adbf8573;p=android-x86%2Fexternal-ffmpeg.git apidoc: fix warning from stereo3d.h --- 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. */