mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
Fix typo, "get rid off" -> "get rid of".
Originally committed as revision 30338 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
@@ -1552,7 +1552,7 @@ static inline int initFilter(int16_t **outFilter, int16_t **filterPos, int *outF
|
||||
int j;
|
||||
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++) {
|
||||
int k;
|
||||
cutOff += FFABS(filter2[i*filter2Size]);
|
||||
|
||||
Reference in New Issue
Block a user