diff options
author | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2015-09-29 20:08:26 +0200 |
---|---|---|
committer | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2015-10-09 22:09:08 +0200 |
commit | 8d6625642db064a45224cb7a8e037f6e79a6554d (patch) | |
tree | 30cfba33bc81a26295dd4b371c208d6204104ef4 /libavfilter/x86/vf_removegrain.asm | |
parent | 35af7add6fac7f926d0cbb5724f36f0fe5022488 (diff) | |
download | ffmpeg-8d6625642db064a45224cb7a8e037f6e79a6554d.tar.gz |
doc: fix spelling errors
Reviewed-by: Lou Logan <lou@lrcd.com>
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Diffstat (limited to 'libavfilter/x86/vf_removegrain.asm')
-rw-r--r-- | libavfilter/x86/vf_removegrain.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/x86/vf_removegrain.asm b/libavfilter/x86/vf_removegrain.asm index 0cc6e5fa7d..d049bf257d 100644 --- a/libavfilter/x86/vf_removegrain.asm +++ b/libavfilter/x86/vf_removegrain.asm @@ -359,7 +359,7 @@ cglobal rg_fl_mode_6, 4, 5, 16, 0, dst, src, stride, pixels paddw m2, m7 ; c2 paddw m3, m6 ; c3 paddw m4, m5 ; c4 - ; As the differences (d1..d4) can only be postive, there is no need to + ; As the differences (d1..d4) can only be positive, there is no need to ; clip to zero. Also, the maximum positive value is less than 768. pminsw m1, m2 @@ -485,7 +485,7 @@ cglobal rg_fl_mode_8, 4, 5, 16, 0, dst, src, stride, pixels paddw m2, m7 ; c1 paddw m3, m6 ; c1 paddw m4, m5 ; c1 - ; As the differences (d1..d4) can only be postive, there is no need to + ; As the differences (d1..d4) can only be positive, there is no need to ; clip to zero. Also, the maximum positive value is less than 768. pminsw m1, m2 |