[FFmpeg-cvslog] avutil/softfloat: Fix typo in av_mul_sf() doxy
Michael Niedermayer
git at videolan.org
Sun Nov 8 14:29:26 CET 2015
ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Sun Nov 8 13:54:15 2015 +0100| [4135a2bfd6d0a835f57031de57ae42363d455574] | committer: Michael Niedermayer
avutil/softfloat: Fix typo in av_mul_sf() doxy
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4135a2bfd6d0a835f57031de57ae42363d455574
---
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.
*/
More information about the ffmpeg-cvslog
mailing list