From 606f68bd108e99541ebd113c00740b6924b1dac0 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 22 Feb 2007 00:18:10 +0000 Subject: [PATCH] cosmetics: typo fixes, usefuLL --> useful and aswell --> as well Originally committed as revision 22307 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/swscale_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index faffa64..5b62ea0 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -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; -- 2.7.4