ffmpeg | branch: release/2.8 | Michael Niedermayer <mich...@niedermayer.cc> | Sun Nov 8 13:54:15 2015 +0100| [6e4bfbe936179f1ca0f1f7c812f4bc8b817e487e] | committer: Michael Niedermayer
avutil/softfloat: Fix typo in av_mul_sf() doxy Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc> (cherry picked from commit 4135a2bfd6d0a835f57031de57ae42363d455574) Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6e4bfbe936179f1ca0f1f7c812f4bc8b817e487e --- libavutil/softfloat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/softfloat.h b/libavutil/softfloat.h index 5335669..fcad0f0 100644 --- a/libavutil/softfloat.h +++ b/libavutil/softfloat.h @@ -90,7 +90,7 @@ static inline av_const SoftFloat av_normalize1_sf(SoftFloat a){ } /** - * @return Will not be more denormalized than a+b. So if either input is + * @return Will not be more denormalized than a*b. So if either input is * normalized, then the output will not be worse then the other input. * If both are normalized, then the output will be normalized. */ _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog