[FFmpeg-cvslog] r30338 - trunk/libswscale/swscale.c
stefano
subversion
Sat Jan 16 23:49:00 CET 2010
Author: stefano
Date: Sat Jan 16 23:49:00 2010
New Revision: 30338
Log:
Fix typo, "get rid off" -> "get rid of".
Modified:
trunk/libswscale/swscale.c
Modified: trunk/libswscale/swscale.c
==============================================================================
--- trunk/libswscale/swscale.c Sat Jan 16 21:04:34 2010 (r30337)
+++ trunk/libswscale/swscale.c Sat Jan 16 23:49:00 2010 (r30338)
@@ -1552,7 +1552,7 @@ static inline int initFilter(int16_t **o
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]);
More information about the ffmpeg-cvslog
mailing list