mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-04-23 07:22:34 +08:00
cosmetics: Fix two common typos: wont --> will not, lets --> let us.
Originally committed as revision 14372 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -74,7 +74,7 @@ static inline av_const SoftFloat av_normalize1_sf(SoftFloat a){
|
||||
/**
|
||||
*
|
||||
* @return will not be more denormalized then a+b, so if either input is
|
||||
* normalized then the output wont be worse then the other input
|
||||
* normalized then the output will not be worse then the other input
|
||||
* if both are normalized then the output will be normalized
|
||||
*/
|
||||
static inline av_const SoftFloat av_mul_sf(SoftFloat a, SoftFloat b){
|
||||
|
||||
Reference in New Issue
Block a user