[SCM] libav/experimental: Fix typo in comment

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:12:07 UTC 2013


The following commit has been merged in the experimental branch:
commit c14731d8da7fc91256af36f1af41b789d3c23e53
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Mon Jan 21 20:46:28 2008 +0000

    Fix typo in comment
    
    Originally committed as revision 25829 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

diff --git a/libswscale/swscale.c b/libswscale/swscale.c
index e0467f4..c5329f7 100644
--- a/libswscale/swscale.c
+++ b/libswscale/swscale.c
@@ -1543,7 +1543,7 @@ static SwsFunc getSwsFunc(int flags){
 
 #if defined(RUNTIME_CPUDETECT) && defined (CONFIG_GPL)
 #if defined(ARCH_X86)
-    // ordered per speed fasterst first
+    // ordered per speed fastest first
     if (flags & SWS_CPU_CAPS_MMX2)
         return swScale_MMX2;
     else if (flags & SWS_CPU_CAPS_3DNOW)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list