diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-02-22 00:18:10 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-02-22 00:18:10 +0000 |
commit | 606f68bd108e99541ebd113c00740b6924b1dac0 (patch) | |
tree | 05bc5bd5cf2e1c12cb4c751c128470dc8ea87eba /libswscale/swscale_internal.h | |
parent | 3700dab4f25a751823f34ce8daa697140106052d (diff) | |
download | ffmpeg-606f68bd108e99541ebd113c00740b6924b1dac0.tar.gz |
cosmetics: typo fixes, usefuLL --> useful and aswell --> as well
Originally committed as revision 22307 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/swscale_internal.h')
-rw-r--r-- | libswscale/swscale_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index faffa643b6..5b62ea065e 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; |