[SCM] libav/experimental: Fix typo, "get rid off" -> "get rid of".

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:57:50 UTC 2013


The following commit has been merged in the experimental branch:
commit a630ed3ee901ac5e24b7fdf62523701f781b3ec9
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sat Jan 16 22:49:00 2010 +0000

    Fix typo, "get rid off" -> "get rid of".
    
    Originally committed as revision 30338 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

diff --git a/libswscale/swscale.c b/libswscale/swscale.c
index bb274e6..d256f10 100644
--- a/libswscale/swscale.c
+++ b/libswscale/swscale.c
@@ -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]);

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list