Commit 6a34a3a7 authored by stefano's avatar stefano

Fix typo, "get rid off" -> "get rid of".


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@30338 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 6e1949ac
...@@ -1552,7 +1552,7 @@ static inline int initFilter(int16_t **outFilter, int16_t **filterPos, int *outF ...@@ -1552,7 +1552,7 @@ static inline int initFilter(int16_t **outFilter, int16_t **filterPos, int *outF
int j; int j;
int64_t cutOff=0.0; int64_t cutOff=0.0;
/* get rid off near zero elements on the left by shifting left */ /* get rid of near zero elements on the left by shifting left */
for (j=0; j<filter2Size; j++) { for (j=0; j<filter2Size; j++) {
int k; int k;
cutOff += FFABS(filter2[i*filter2Size]); cutOff += FFABS(filter2[i*filter2Size]);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment