cosmetics: typo fixes, usefuLL --> useful and aswell --> as well
authorDiego Biurrun <diego@biurrun.de>
Thu, 22 Feb 2007 00:18:10 +0000 (00:18 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 22 Feb 2007 00:18:10 +0000 (00:18 +0000)
Originally committed as revision 22307 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

libswscale/swscale_internal.h

index faffa64..5b62ea0 100644 (file)
@@ -74,7 +74,7 @@ typedef struct SwsContext{
        int16_t *vChrFilter;
        int16_t *vChrFilterPos;
 
-       uint8_t formatConvBuffer[4000]; //FIXME dynamic alloc, but we have to change alot of code for this to be usefull
+       uint8_t formatConvBuffer[4000]; //FIXME dynamic alloc, but we have to change a lot of code for this to be useful
 
        int hLumFilterSize;
        int hChrFilterSize;