--- libavutil/stereo3d.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavutil/stereo3d.h b/libavutil/stereo3d.h index e27dc16..4830aa7 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 frame on which the side data is added to. * * @return The AVStereo3D structure to be filled by caller. */ -- 1.7.9.5 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
